#834 Using space as separator, simplfifying the grammar some more, reomving some logging

This commit is contained in:
Knut Sveidqvist
2019-12-18 18:36:34 +01:00
parent 6598b1b10d
commit 42ef035241
5 changed files with 31 additions and 40 deletions

View File

@@ -498,7 +498,6 @@ export const indexNodes = function() {
};
export const getSubGraphs = function() {
console.warn(subGraphs);
return subGraphs;
};