Skip to content

Commit

Permalink
Remove one more symlink.
Browse files Browse the repository at this point in the history
  • Loading branch information
pahen committed Dec 19, 2014
1 parent f17a64a commit 7273de9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/parse/cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ util.inherits(CJS, Base);
* @return {String}
*/
CJS.prototype.normalize = function (filename) {
console.log(filename.charAt(0), filename);
if (filename.charAt(0) !== '/') {
// a core module (not mapped to a file)
return this.replaceBackslashInPath(filename);
Expand Down
1 change: 0 additions & 1 deletion test/files/cjs/normal/dangling-symlink.js

This file was deleted.

0 comments on commit 7273de9

Please sign in to comment.