summaryrefslogtreecommitdiff
path: root/bumper
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 /bumper
parent03fa7f7d8f6d9597fa4f61f5ba57002d6f8427e6 (diff)
downloadbumper-f36ae7218b9850fa4ed37c32f3879e99782cc1f0.tar.gz
Drop debugging prints
Diffstat (limited to 'bumper')
-rwxr-xr-xbumper1
1 files changed, 0 insertions, 1 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)