summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2014-12-02 16:41:48 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2014-12-02 16:41:48 +0000
commitd256d0613fe1695cd598733d4d1160f7dd41daa0 (patch)
treeda968f05dc2ae4eb1d369e09e1abf591487c46c2
parent7f1e785d851258f144573d1d0155ff5fb3735f26 (diff)
downloadimport-d256d0613fe1695cd598733d4d1160f7dd41daa0.tar.gz
remove debug print
-rwxr-xr-xexts/pip.find_deps1
1 files changed, 0 insertions, 1 deletions
diff --git a/exts/pip.find_deps b/exts/pip.find_deps
index a868829..b59a1fc 100755
--- a/exts/pip.find_deps
+++ b/exts/pip.find_deps
@@ -302,5 +302,4 @@ def main():
print(json.dumps(root))
if __name__ == '__main__':
- print('hello')
PythonExtension().run()