mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 19:48:43 +08:00
Remove debug print in contribs
This commit is contained in:
@@ -11,7 +11,6 @@ if len(sys.argv) != 2:
|
||||
tag = sys.argv[1]
|
||||
|
||||
def call(cmd):
|
||||
print(shlex.split(cmd))
|
||||
return subprocess.check_output(shlex.split(cmd), universal_newlines=True).split('\n')
|
||||
|
||||
tag_date = call("git show --format='%%ci' %s" % tag)[0]
|
||||
|
||||
Reference in New Issue
Block a user