Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 28, 2019
1 parent 1526626 commit b750a52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/utils/debounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ export const enqueueDebouncer = function(debouncer) {
debouncerQueue.add(debouncer);
};

window.debouncerQueue = debouncerQueue;

/**
* Flushes any enqueued debouncers
*
Expand Down

0 comments on commit b750a52

Please sign in to comment.