Skip to content

Commit c963da4

Browse files
committed
remove debug log when including scheduler src
1 parent 15dd890 commit c963da4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/shady/compile.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ CompilationResult run_compiler_passes(CompilerConfig* config, Module** pmod) {
4949
*pmod = import(config, *pmod); // we don't want to mess with the original module
5050

5151
add_scheduler_source(config, *pmod);
52-
log_module(ERROR, config, *pmod);
53-
//exit(0);
5452
}
5553

5654
RUN_PASS(reconvergence_heuristics)

0 commit comments

Comments
 (0)