Index: trunk/webapps/einotebook/scripts/LoadEvents.js
===================================================================
--- trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 515)
+++ trunk/webapps/einotebook/scripts/LoadEvents.js	(revision 538)
@@ -47,4 +47,5 @@
                             var palletteSize = incidents.colorpallette.length;
                             var currColor = incidents.colorpallette[incidents.size()]; // modulo palleteSize
+                            //console.log(incidents.size() + " " + incidentNum + " " + currColor);
                             // Construct the incident
                             var theIncident = new Incident(evtTime, incidentNum, incidentTitle, "", currColor);                        
