1
0
Fork 0

GraphViewer: Removed unnecessary checks in the Previewer

This commit is contained in:
Michael Hackstein 2013-07-09 10:28:15 +02:00
parent a1feca735a
commit bdc8f23f9f
1 changed files with 0 additions and 2 deletions

View File

@ -62,8 +62,6 @@ function PreviewAdapter(nodes, edges, config) {
absAdapter.insertEdge(e);
});
delete inserted[first._id];
absAdapter.checkSizeOfInserted(inserted);
absAdapter.checkNodeLimit(first);
if (callback !== undefined && _.isFunction(callback)) {
callback(first);
}