Commit 4f8265ed authored by dev0tion's avatar dev0tion

Remove log

parent 7727f3d0
......@@ -82,7 +82,6 @@ export class LoginComponent implements OnInit {
this.apiService.loadWallet(walletLoad)
.subscribe(
response => {
console.log(response);
if (response.status >= 200 && response.status < 400) {
let responseMessage = response.json();
this.globalService.setWalletName(walletLoad.name)
......
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