1
0
Fork 0

removed stray print

This commit is contained in:
Jan Steemann 2013-10-01 09:36:34 +02:00
parent 9228cbc2fa
commit d9a73cbb1e
1 changed files with 0 additions and 1 deletions

View File

@ -216,7 +216,6 @@
logger.log("creating apps directory '" + dir + "'");
// create base directory first
try {
internal.print(fs.join(module.basePaths().appPath, 'databases'));
fs.makeDirectory(fs.join(module.basePaths().appPath, 'databases'));
}
catch (err) {