Skip to content

Commit

Permalink
Update query-builder.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
HEmile committed Apr 13, 2021
1 parent 5a8f88d commit f5c1edc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion juggl/viz/query-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const _parseAtomicQuery = function(query: string, nodes: NodeCollection): NodeCo
for (const key of Object.keys(parsedQuery)) {
selector += literal(parsedQuery, key).join();
}
console.log(nodes);
let filteredNodes = nodes.filter(selector);
if (parsedQuery.exclude) {
for (const key of Object.keys(parsedQuery.exclude)) {
Expand Down

0 comments on commit f5c1edc

Please sign in to comment.