Skip to content

Commit b6966a6

Browse files
committed
latest changes
1 parent ef146a0 commit b6966a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ const Map = function Map(...args){
179179

180180
});
181181

182-
console.log(verb);
183-
console.log(routePath);
184-
console.log(strHandlers);
185-
console.log(handlers);
182+
// console.log(verb);
183+
// console.log(routePath);
184+
// console.log(strHandlers);
185+
// console.log(handlers);
186186

187187
this[verb](routePath,...handlers);//call the associated express method with handlers as arguments
188188

0 commit comments

Comments
 (0)