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:
parent
f4b2d3da47
commit
0f74ca64ed
1 changed files with 0 additions and 1 deletions
1
Rakefile
1
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'
|
||||
|
|
Loading…
Add table
Reference in a new issue