Skip to content

Commit 2fe4e7d

Browse files
committed
disable debug code
1 parent 1ebd451 commit 2fe4e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/flowgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ basicblock_insert_instruction(basicblock *block, int pos, cfg_instr *instr) {
263263
}
264264

265265
/* For debugging purposes only */
266-
#if 1
266+
#if 0
267267
static void
268268
dump_instr(cfg_instr *i)
269269
{

0 commit comments

Comments
 (0)