summaryrefslogtreecommitdiff
path: root/lib/postrunner/Main.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/postrunner/Main.rb')
-rw-r--r--lib/postrunner/Main.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/postrunner/Main.rb b/lib/postrunner/Main.rb
index 6ad96ee..883d2ec 100644
--- a/lib/postrunner/Main.rb
+++ b/lib/postrunner/Main.rb
@@ -597,7 +597,6 @@ EOT
def handle_version_update
if @db['config']['version'] != VERSION
- puts "Work needed"
from_version = Gem::Version.new(@db['config']['version'])
to_version = Gem::Version.new(VERSION)