Skip to content

Commit

Permalink
[fix] Remove errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jul 18, 2013
1 parent 0a1268d commit 615a37c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bundler/registry.js
Expand Up @@ -69,7 +69,6 @@ registry.resolve = function resolve(module, version, cb) {
}
}
catch (e) {
console.log(e);
v = null;
}

Expand Down

0 comments on commit 615a37c

Please sign in to comment.