From 8e3b685aa45c867ce33a8a762f5b67c7790e04d2 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Thu, 16 Aug 2018 14:03:46 +0530 Subject: [PATCH] make rubocop happy --- lib/tasks/categories.rake | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tasks/categories.rake b/lib/tasks/categories.rake index d58522657e..87e5fc878a 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