1. Removed debug statements.
This commit is contained in:
parent
c65f02a3d6
commit
ac3b25db22
1 changed files with 0 additions and 3 deletions
|
@ -626,15 +626,12 @@ temporalGraphProcessor = {
|
|||
|
||||
var currentSelectedEntityURIs = [];
|
||||
|
||||
console.log(URIToCheckedEntities);
|
||||
|
||||
$.each(URIToCheckedEntities, function(index, entity){
|
||||
currentSelectedEntityURIs.push(index);
|
||||
});
|
||||
|
||||
clearRenderedObjects();
|
||||
|
||||
console.log(URIToCheckedEntities);
|
||||
initConstants();
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue