Skip to content

Commit 416f523

Browse files
author
Jeff Weiss
committed
Remove debug stdout and inc version
1 parent 32e8dc6 commit 416f523

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

function_trace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def trace_out(self, r, exception=False):
238238
self.outputfile.write(self.formatter.format_output(self.level-1, r, exception) + "\n")
239239

240240
def close(self):
241-
print "closing " + str(self.outputfile)
241+
# print "closing " + str(self.outputfile)
242242
self.outputfile.close()
243243

244244

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22
setup(
33
name="function_trace",
4-
version="1.1.0",
4+
version="1.1.1",
55
packages=find_packages(),
66

77
# metadata for upload to PyPI

0 commit comments

Comments
 (0)