Skip to content

Commit f979c00

Browse files
committed
cleanup
1 parent 12eb5b0 commit f979c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/menuIO/jsonFmt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
return proceed;
149149
}
150150
result fmtStart(prompt& target,menuOut::fmtParts part,navNode &nav,idx_t idx=-1) override {
151-
_trace(printIndent();MENU_DEBUG_OUT<<">"<<partName(part)<<" "<<idx<<" "<<target<<endl);
151+
trace(printIndent();MENU_DEBUG_OUT<<">"<<partName(part)<<" "<<idx<<" "<<target<<endl);
152152
#ifdef MENU_DEBUG
153153
partIndent++;
154154
#endif
@@ -158,7 +158,7 @@
158158
#ifdef MENU_DEBUG
159159
partIndent--;
160160
#endif
161-
_trace(printIndent();MENU_DEBUG_OUT<<"<"<<partName(part)<<endl);
161+
trace(printIndent();MENU_DEBUG_OUT<<"<"<<partName(part)<<endl);
162162
return fmt(false,target,part,nav,idx);
163163
}
164164
};

0 commit comments

Comments
 (0)