diff --git a/dictionary/management/commands/create_walenty.py b/dictionary/management/commands/create_walenty.py
index 2b94495..8e33057 100644
--- a/dictionary/management/commands/create_walenty.py
+++ b/dictionary/management/commands/create_walenty.py
@@ -121,8 +121,8 @@ def create_pos_archive_and_get_stats(archive, pos, filename_base):
         checked_stats_filename = os.path.basename(checked_stats_path)
         archive.add(name=checked_stats_filename, arcname=os.path.join(u'%ss' % pos.tag, checked_stats_filename))
     finally:
-#        os.remove(walenty_path_ready)
-#        os.remove(walenty_path_checked)
+        os.remove(walenty_path_ready)
+        os.remove(walenty_path_checked)
         os.remove(all_stats_path)
         os.remove(checked_stats_path)
         return {'all': all_stats,