Merge pull request #1046 from MrJoy/remove_redundant_rake_task

This task is superfluous AND...
This commit is contained in:
Parker Moore 2013-03-05 16:32:13 -08:00
commit 9087cf125e
1 changed files with 0 additions and 6 deletions

View File

@ -593,9 +593,3 @@ def now_in_timezone(timezone)
end
time
end
desc "list tasks"
task :list do
puts "Tasks: #{(Rake::Task.tasks - [Rake::Task[:list]]).join(', ')}"
puts "(type rake -T for more detail)\n\n"
end