Remove dev logs

This commit is contained in:
Râu Cao
2023-01-13 14:14:24 +08:00
parent 662e76979b
commit e2a80eafd1
-2
View File
@@ -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();
} }
} }