From afa488c4d10a06730d7a16a8eda4935a06ea965d Mon Sep 17 00:00:00 2001 From: Dan O'Reilly Date: Thu, 20 Aug 2015 15:51:06 -0400 Subject: Remove debug code Signed-off-by: Dan O'Reilly --- python/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 24f0c5b6..23193cba 100755 --- a/python/setup.py +++ b/python/setup.py @@ -132,7 +132,6 @@ if __name__ == '__main__': ext_module_list = [] cpp_impl = '--cpp_implementation' if cpp_impl in sys.argv: - print("YYYYYYYYYYYYYYYYYYYYYYYY") sys.argv.remove(cpp_impl) # C++ implementation extension ext_module_list.append( -- cgit v1.2.3