From 0f74ca64ed818955d1100b225119ec17117a4a3f Mon Sep 17 00:00:00 2001 From: Nathan Weizenbaum Date: Sun, 13 Apr 2008 20:56:05 -0700 Subject: [PATCH] Remove a debugging print from the Rakefile. --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4d474269..365ad706 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,6 @@ END # if we've checked out Haml from git # and we aren't building for a release. create_revision = Haml.version[:rev] && !Rake.application.top_level_tasks.include?('release') - p create_revision spec = Gem::Specification.new do |spec| spec.name = 'haml'