mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Remove relevant console log,
This commit is contained in:
@@ -57,9 +57,9 @@ export class InactivityPage implements OnInit {
|
||||
|
||||
// let circleHeight = document.querySelector('.circle')['offsetHeight']
|
||||
// let circleWidth = document.querySelector('.circle')['offsetWidth']
|
||||
// console.log(window.innerHeight, ' < ', containerHeight)
|
||||
//
|
||||
|
||||
// console.log(circleHeight)
|
||||
//
|
||||
|
||||
// document.querySelectorAll('.circle').forEach(e=>{
|
||||
// e['style']['height'] = (circleHeight -1 )+'px'
|
||||
@@ -163,10 +163,10 @@ export class InactivityPage implements OnInit {
|
||||
if(this.code.length == 4) {
|
||||
|
||||
if(!SessionStore.hasPin) {
|
||||
// console.log('storePin')
|
||||
//
|
||||
this.storePin()
|
||||
} else {
|
||||
// console.log('pinLogin')
|
||||
//
|
||||
this.pinLogin()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user