Skip to content

Commit e2e477f

Browse files
committed
Undo failure in main
Signed-off-by: Drew Lewis <[email protected]>
1 parent f32aaf9 commit e2e477f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Main.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ int main(int argc, char* argv[])
305305
}
306306
#endif // ENABLE_PYTHON3
307307

308-
utl::Logger logger;
309-
logger.critical(utl::GPL, 9997, "Backtrace test");
310308
// Set argc to 1 so Tcl_Main doesn't source any files.
311309
// Tcl_Main never returns.
312310
Tcl_Main(1, argv, ord::tclAppInit);

0 commit comments

Comments
 (0)