Small Fixes

Removed unused console logs
This commit is contained in:
nicco 2017-08-25 00:20:35 +02:00
parent 893515b075
commit 2b21238697
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ function chooseFn(routes, path, method) {
// If more than 1 route matches, choose the most logical fit
let testPath = ''
console.log(path)
for (let i = 0; i < path.length; ++i) {
if (candidates.size < 2)
// Only 1 route left