1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Remove a debugging print from the Rakefile.

This commit is contained in:
Nathan Weizenbaum 2008-04-13 20:56:05 -07:00
parent f4b2d3da47
commit 0f74ca64ed

View file

@ -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'