Skip to content

Commit

Permalink
VISUAL-TEXT-106 removed debug outputs for json
Browse files Browse the repository at this point in the history
Signed-off-by: David de Hilster <[email protected]>
  • Loading branch information
ddehilster committed Aug 5, 2024
1 parent 624c8ec commit 6641485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/KBFuncs.nlp
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ JsonKBRecurse(L("file"),L("parent"),L("level")) {
L("name") = conceptname(L("con"));
L("concount") = SeparateConCount(L("name"));
L("connum") = G("connum");
"hier.txt" << SpacesStr(L("level")+1) << L("name") << "\n";

if (L("concount")) {
"hier.txt" << SpacesStr(L("level")+1) << " ====> " << L("connum") << "\n";
Expand Down Expand Up @@ -530,7 +529,6 @@ SeparateConCount(L("conname")) {
if (L("num")) {
G("connum") = L("num");
L("base") = strpiece(L("conname"),0,strlength(L("conname"))-strlength(L("num"))-1);
"base.txt" << L("conname") << " " << L("base") << "\n";
return L("base");
}
return 0;
Expand Down

0 comments on commit 6641485

Please sign in to comment.