mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove un-needed console log
This commit is contained in:
parent
5525413724
commit
4f994ce211
@ -826,7 +826,6 @@
|
||||
message: '<p class="text-center mb-0"><i class="fa fa-spin fa-cog"></i> Please wait while we gather your files...</p>',
|
||||
closeButton: false
|
||||
});
|
||||
console.log("CALLING DIR")
|
||||
setTimeout(function(){
|
||||
getDirView();
|
||||
}, 2000);
|
||||
@ -845,7 +844,6 @@
|
||||
message: '<p class="text-center mb-0"><i class="fa fa-spin fa-cog"></i> Please wait while we gather your files...</p>',
|
||||
closeButton: false
|
||||
});
|
||||
console.log("CALLING DIR")
|
||||
setTimeout(function(){
|
||||
getDirView();
|
||||
}, 2000);
|
||||
|
Loading…
Reference in New Issue
Block a user