Index: trunk/webapps/einotebook/scripts/Event.js
===================================================================
--- trunk/webapps/einotebook/scripts/Event.js	(revision 515)
+++ trunk/webapps/einotebook/scripts/Event.js	(revision 538)
@@ -46,5 +46,5 @@
 
     // Color constants (TODO: assign incident numbers dynamically)
-    var incidentColor = {
+/*    var incidentColor = {
 187: "#d8f0f3",        // PowderBlue
 188: "#dfecdf",        // DarkSeaGreen
@@ -53,5 +53,5 @@
 191: "#ffffcc",       // Dark Orange
 181: "#d8f0f3" }
-
+*/
 	
 	//========== function definitions ===========//
@@ -146,6 +146,4 @@
 	function html()
 	{
-        //console.log("building html for event: ", this.eventHeaderID, this.incident.color); //incidentColor[this.incident.number]);
-
 		return "<table class='event'>" +
 			   "<tr>" +
