Skip to content
Snippets Groups Projects
Commit 81fda5e0 authored by Chris Hines's avatar Chris Hines
Browse files

remove unnecessary logging

parent affa2e04
No related branches found
No related tags found
4 merge requests!106if stat fails, display the error instead of immediately refreshing...,!99Dev,!71Dev,!70Test
......@@ -69,9 +69,7 @@ export class AccountinfoComponent implements OnInit {
nowSeconds(id: Identity) {
let seconds = (id.expiry - Date.now().valueOf())/1000;
console.log('seconds remaining',seconds);
let remaining = this.secondsToHms(seconds);
console.log('login seconds remaining',remaining);
return remaining;
}
secondsToHms(d: number) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment