Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hpc-team
strudelv2_spa
Commits
81fda5e0
Commit
81fda5e0
authored
Sep 22, 2020
by
Chris Hines
Browse files
remove unnecessary logging
parent
affa2e04
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/accountinfo/accountinfo.component.ts
View file @
81fda5e0
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment