Commit ca3eb31e authored by dev0tion's avatar dev0tion

Remove date log

parent 5dc14952
...@@ -28,7 +28,6 @@ export class RecoverComponent implements OnInit { ...@@ -28,7 +28,6 @@ export class RecoverComponent implements OnInit {
ngOnInit() { ngOnInit() {
this.bsConfig = Object.assign({}, {showWeekNumbers: false, containerClass: 'theme-blue'}); this.bsConfig = Object.assign({}, {showWeekNumbers: false, containerClass: 'theme-blue'});
console.log(new Date());
} }
private buildRecoverForm(): void { private buildRecoverForm(): void {
...@@ -170,7 +169,7 @@ export class RecoverComponent implements OnInit { ...@@ -170,7 +169,7 @@ export class RecoverComponent implements OnInit {
} }
} }
this.AlertIfNeeded(bitcoinErrorMessage, stratisErrorMessage); this.AlertIfNeeded(bitcoinErrorMessage, stratisErrorMessage);
} }
) )
; ;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment