mirror of https://gitee.com/bigwinds/arangodb
removed stray print
This commit is contained in:
parent
9228cbc2fa
commit
d9a73cbb1e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue