diff --git a/lib/tasks/app.rake b/lib/tasks/app.rake
index b3c536e31ffdf2f80760ee58f2370825ac6b8fef..edf86d1e73499af97aa4098b02e33df99b1db7b2 100644
--- a/lib/tasks/app.rake
+++ b/lib/tasks/app.rake
@@ -8,7 +8,6 @@ namespace :app do
 
   desc 'Fix things'
   task fix: :environment do
-    BlocksMigration.cleanup
   end
 
   namespace :websites do