Empty debug prints as undefined for some reason

This commit is contained in:
Girish Ramakrishnan
2020-08-06 23:07:08 -07:00
parent 99f989c384
commit 648d42dfe4

View File

@@ -333,11 +333,9 @@ function start(callback) {
assert.strictEqual(typeof callback, 'function');
assert.strictEqual(gHttpServer, null, 'Server is already up and running.');
debug();
debug('==========================================');
debug(` Cloudron ${constants.VERSION} `);
debug('==========================================');
debug();
gHttpServer = initializeExpressSync();