Removed log
This commit is contained in:
parent
dd7bad469c
commit
0f1d995c94
|
@ -16,8 +16,6 @@ export class InfoBox{
|
||||||
|
|
||||||
show(msg, type, timeout=2000){
|
show(msg, type, timeout=2000){
|
||||||
|
|
||||||
console.log(this.stack, this.pending);
|
|
||||||
|
|
||||||
/* (1) If pending -> add to stack */
|
/* (1) If pending -> add to stack */
|
||||||
if( this.pending )
|
if( this.pending )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue