mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
remove debug logs
This commit is contained in:
parent
783e11fa9d
commit
7e850e5b5d
1 changed files with 0 additions and 3 deletions
|
@ -58,8 +58,6 @@ class DynamicCardStack {
|
|||
this.loopPages = options.loop || true;
|
||||
this.expires = options.expires || 5*60*1000;
|
||||
|
||||
this.uniqueId = (Date.now()*Math.random()).toString(36);
|
||||
|
||||
this.stackCache = {};
|
||||
this.pageState = [];
|
||||
this.currentSelectedSubcategory = null;
|
||||
|
@ -76,7 +74,6 @@ class DynamicCardStack {
|
|||
* Kills the dynamic card stack.
|
||||
*/
|
||||
async kill(clearComponents){
|
||||
console.log("killing " + this.uniqueId)
|
||||
clearTimeout(this.timeout);
|
||||
|
||||
this.listener.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue