Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 25, 2018
1 parent c204656 commit 7c0bdfc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var parsers = require('./lib/parsers');
* Module dependencies
*/

var debug = require('debug')('expand-brackets');
var extend = require('extend-shallow');
var Snapdragon = require('snapdragon');
var toRegex = require('to-regex');
Expand All @@ -27,7 +26,6 @@ var toRegex = require('to-regex');
*/

function brackets(pattern, options) {
debug('initializing from <%s>', __filename);
var res = brackets.create(pattern, options);
return res.output;
}
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"test": "mocha"
},
"dependencies": {
"debug": "^3.1.0",
"extend-shallow": "^3.0.2",
"posix-character-classes": "^1.0.0",
"regex-not": "^1.0.0",
Expand Down

0 comments on commit 7c0bdfc

Please sign in to comment.