Remove dev logs
This commit is contained in:
@@ -15,8 +15,6 @@ export default class ConfirmedInComponent extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get confirmedInHumanTime () {
|
get confirmedInHumanTime () {
|
||||||
console.debug(this.confirmedInBlocks);
|
|
||||||
console.debug(this.confirmedInSeconds);
|
|
||||||
return moment.duration(this.confirmedInSeconds, "seconds").humanize();
|
return moment.duration(this.confirmedInSeconds, "seconds").humanize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user