Skip to content

Commit eaa3634

Browse files
committed
clean up comments
1 parent 28b9c33 commit eaa3634

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

request.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ class REQUEST {
7373
// Extract path from event (strip querystring just in case)
7474
let path = app._event.path.trim().split('?')[0].replace(/^\/(.*?)(\/)*$/,'$1').split('/')
7575

76-
// // Remove base if it exists
77-
// if (app._base && app._base === path[0]) {
78-
// path.shift()
79-
// } // end remove base
80-
8176
// Init the route
8277
this.route = null
8378

0 commit comments

Comments
 (0)