Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 1dfeda2

Browse files
committed
refactor: remove debug output
1 parent 377ba5a commit 1dfeda2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/paths-plugin.ts

-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export class PathsPlugin implements ResolverPlugin {
142142
"aliased with mapping '" + innerRequest + "': '" + mapping.alias + "' to '" + newRequestStr + "'",
143143
createInnerCallback(
144144
function(err, result) {
145-
console.log(err, result, arguments.length > 0);
146145
if (arguments.length > 0) {
147146
return callback(err, result);
148147
}

0 commit comments

Comments
 (0)