Didn't mean to put this in

This commit is contained in:
Ned Batchelder
2013-02-27 14:04:18 -05:00
parent 478f967af4
commit f3e8d5bb7a

View File

@@ -43,10 +43,6 @@ def safe_exec(code, globals_dict, assumed_imports=None, files=None, python_path=
Returns None. Changes made by `code` are visible in `globals_dict`.
"""
print "--- Executing: -------"
print code
print
the_code = []
files = list(files or ())