1. Removed debug statements.

This commit is contained in:
cdtank 2011-04-19 16:54:33 +00:00
parent c65f02a3d6
commit ac3b25db22

View file

@ -626,15 +626,12 @@ temporalGraphProcessor = {
var currentSelectedEntityURIs = []; var currentSelectedEntityURIs = [];
console.log(URIToCheckedEntities);
$.each(URIToCheckedEntities, function(index, entity){ $.each(URIToCheckedEntities, function(index, entity){
currentSelectedEntityURIs.push(index); currentSelectedEntityURIs.push(index);
}); });
clearRenderedObjects(); clearRenderedObjects();
console.log(URIToCheckedEntities);
initConstants(); initConstants();
/* /*