remove debugging

This commit is contained in:
2020-09-05 10:49:51 -05:00
parent d88a5353ae
commit 24762e4911
2 changed files with 0 additions and 10 deletions

View File

@@ -166,8 +166,6 @@ export default class Application {
app_root = app_root.slice(7)
}
console.log('app path', {parts, app_root})
const resolved = path.resolve(app_root, ...parts)
if ( resolved.startsWith('/') ) {
return `file://${resolved}`