summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-14 12:14:36 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 12:14:36 +0200
commitf36ae7218b9850fa4ed37c32f3879e99782cc1f0 (patch)
tree9a163fef27c926702f82b6f70f65977dddf6b56a
parent03fa7f7d8f6d9597fa4f61f5ba57002d6f8427e6 (diff)
downloadbumper-f36ae7218b9850fa4ed37c32f3879e99782cc1f0.tar.gz
Drop debugging prints
-rwxr-xr-xbumper1
-rw-r--r--bumper.yarn2
2 files changed, 0 insertions, 3 deletions
diff --git a/bumper b/bumper
index 41f50a4..9da50ec 100755
--- a/bumper
+++ b/bumper
@@ -23,7 +23,6 @@ import cliapp
class Bumper(cliapp.Application):
def process_args(self, args):
- print 'args:', repr(args)
version = args[0]
filename = args[1]
self.write_version_py(filename, version)
diff --git a/bumper.yarn b/bumper.yarn
index 384ef75..365870f 100644
--- a/bumper.yarn
+++ b/bumper.yarn
@@ -136,8 +136,6 @@ for Bumper.
actual_data = cliapp.runcmd(
['git', 'cat-file', 'blob', '{}:{}'.format(tag, filename)],
cwd=dirname)
- print 'wanted:', repr(wanted_data)
- print 'actual:', repr(actual_data)
assert wanted_data == actual_data
IMPLEMENTS THEN git repository (\S+) has tag (\S+), signed with (\S+)