summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsait-linaro <niyas.sait@linaro.org>2021-10-28 11:05:47 +0100
committersait-linaro <niyas.sait@linaro.org>2021-10-28 11:05:47 +0100
commitdc2c3bfb34ff0fb569ccd9bfcc34f1ffda1ad7b1 (patch)
tree0f540fc1d8ba8f16f82644120a50bec68f437eca
parenta7b75d643fb851f6efdb9e66fb6957a8d1bce3eb (diff)
downloadcffi-dc2c3bfb34ff0fb569ccd9bfcc34f1ffda1ad7b1.tar.gz
remove extra debug messages
-rw-r--r--cffi/verifier.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cffi/verifier.py b/cffi/verifier.py
index d9bc552..a500c78 100644
--- a/cffi/verifier.py
+++ b/cffi/verifier.py
@@ -206,10 +206,7 @@ class Verifier(object):
same = False
if not same:
_ensure_dir(self.modulefilename)
- print("outputfilename", outputfilename)
- print("self.modulefilename", self.modulefilename)
shutil.move(outputfilename, self.modulefilename)
- print("MOVE DONE")
self._has_module = True
def _load_library(self):