mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Removed console log
This commit is contained in:
parent
507c83e06d
commit
b249676fe9
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ var time_since_last_pastes_num;
|
|||
|
||||
//If we do not received info from global, set pastes_num to 0
|
||||
function checkIfReceivedData(){
|
||||
console.log(new Date().getTime() - time_since_last_pastes_num);
|
||||
if ((new Date().getTime() - time_since_last_pastes_num) > 45*1000)
|
||||
window.paste_num_tabvar = 0;
|
||||
setTimeout(checkIfReceivedData, 45*1000);
|
||||
|
|
Loading…
Reference in a new issue