Remove relevant console log,

This commit is contained in:
Eudes Inácio
2022-04-28 09:32:27 +01:00
parent 3021e8b0e1
commit 2826cea9df
153 changed files with 1001 additions and 1132 deletions
+4 -4
View File
@@ -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()
}
}