Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 2d3420d

Browse files
committed
remove logging
1 parent 3b690ad commit 2d3420d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/declaration/queue.js

-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
if (this.flushing) {
119119
return;
120120
}
121-
if (flushQueue.length) {
122-
console.warn('flushing %s elements', flushQueue.length);
123-
}
124121
this.flushing = true;
125122
var element;
126123
while (flushQueue.length) {

0 commit comments

Comments
 (0)