Skip to content

Commit

Permalink
refs #44: Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jun 28, 2017
1 parent abb54db commit 4dd44bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions c/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ async def execute_build(insock, outsock, build_cmd):
return
elif build_cmd == '*':
# use the default heuristic
outsock.write([
b'stderr',
b'c-kernel: running heuristic build step...\n',
])
if Path('Makefile').is_file():
await run_subproc(insock, outsock, 'make')
elif Path('main.c').is_file():
Expand Down

0 comments on commit 4dd44bf

Please sign in to comment.