mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Removed unnecessary checks in the Previewer
This commit is contained in:
parent
a1feca735a
commit
bdc8f23f9f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue