eliminate some console.log from debug-bootstrap.js
diff --git a/client/lib/debug-bootstrap.js b/client/lib/debug-bootstrap.js
index f77a294..f6f9926 100644
--- a/client/lib/debug-bootstrap.js
+++ b/client/lib/debug-bootstrap.js
@@ -37,13 +37,13 @@
 	    /* jshint ignore:end */
 	}
 
-	console.log('Returning ' + JSON.stringify(result, undefined, 4));
+	// console.log('Returning ' + JSON.stringify(result, undefined, 4));
 
 	ow.triggers.invoke({
 	    triggerName: triggerName,
 	    params: result
 	}).then(function() {
-	    console.log('Debug session complete');
+	    // console.log('Debug session complete');
 	});
     };
 };