From 0b1490402754c4fe3a268896f391fce2bdd3a095 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 12 Oct 2020 11:55:57 +0000 Subject: [PATCH] fix(core): update --- ts/smartbucket.classes.directory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/smartbucket.classes.directory.ts b/ts/smartbucket.classes.directory.ts index 74e59f5..a242354 100644 --- a/ts/smartbucket.classes.directory.ts +++ b/ts/smartbucket.classes.directory.ts @@ -56,7 +56,6 @@ export class Directory { continue; } } - console.log(basePath); return basePath; }