Skip to content

Commit

Permalink
Removed debug output added by previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbothek committed May 22, 2012
1 parent d58019e commit 667ad3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion burger/toppings/recipes.py
Expand Up @@ -154,7 +154,6 @@ def find_recipes(jar, cf, method, target_class, setter_names):
cl_field = const["name_and_type"]["name"]["value"]

recipe_target = (cl_name, cl_field, metadata)
print recipe_target
# Block string substitute value
elif ins.name == "bipush" and next_push_is_val:
next_push_is_val = False
Expand Down

0 comments on commit 667ad3f

Please sign in to comment.