From ac748df91a4858ca9a5b70fab53b172093bdffc9 Mon Sep 17 00:00:00 2001
From: Lloyd Hilaiel <lloyd@hilaiel.com>
Date: Mon, 14 Nov 2011 18:44:53 -0700
Subject: [PATCH] remove debug logging message

---
 lib/configuration.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/configuration.js b/lib/configuration.js
index 889bc139f..97b6c8d40 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() {
-- 
GitLab