diff --git a/lib/tasks/categories.rake b/lib/tasks/categories.rake index d58522657e8..87e5fc878a0 100644 --- a/lib/tasks/categories.rake +++ b/lib/tasks/categories.rake @@ -31,7 +31,6 @@ task "categories:create_definition" => :environment do puts "", "Done!", "" end - def print_status(current, max) print "\r%9d / %d (%5.1f%%)" % [current, max, ((current.to_f / max.to_f) * 100).round(1)] end