diff --git a/lib/configuration.js b/lib/configuration.js
index 889bc139f1e0ea4b42d735417e87e41f44e82dfa..97b6c8d4003121f6db0b898113f015dd14c1c020 100644
--- a/lib/configuration.js
+++ b/lib/configuration.js
@@ -225,7 +225,6 @@ g_config['public_key'] = secrets.loadPublicKey('root', exports.get('var_path'));
 g_config.database.may_write = (g_config.process_type === 'dbwriter' ||
                                g_config.process_type === 'vows' ||
                                g_config.process_type === 'db-test');
-console.log(g_config.process_type, "may write", g_config.database.may_write);
 
 // log the process_type
 setTimeout(function() {