diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-05 08:25:09 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-05-05 08:25:09 -0700 |
| commit | 912d89db29fcb5805c93fa709c2b4b0a9db98c8d (patch) | |
| tree | df9021f9b240e6f8730a1bc9508dea481580660d | |
| parent | 91a90540737ddc233d0c68dea05d779fafc32e8e (diff) | |
| parent | ef8fe627fbb8327ef01c82da1bd6d61b3268c13c (diff) | |
| download | mruby-912d89db29fcb5805c93fa709c2b4b0a9db98c8d.tar.gz mruby-912d89db29fcb5805c93fa709c2b4b0a9db98c8d.zip | |
Merge pull request #100 from k-tsj/remove-debug-message
Remove debug message
| -rw-r--r-- | src/codegen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/codegen.c b/src/codegen.c index b0f5abc1a..89af78c63 100644 --- a/src/codegen.c +++ b/src/codegen.c @@ -1893,7 +1893,6 @@ loop_break(codegen_scope *s, node *tree) if (tree) { codegen(s, tree, VAL); - printf("break op %d\n", cursp()); pop(); } |
