Преглед изворни кода

Duplicates util: comment unused code

Jason Rumney пре 1 година
родитељ
комит
719f836abb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      util/duplicates.py

+ 1 - 1
util/duplicates.py

@@ -44,7 +44,7 @@ def main():
         all_dps = config._get_all_dps()
         sample_dps = {dp.id: representation(dp) for dp in all_dps}
 
-        device = FakeDevice(sample_dps)
+        # device = FakeDevice(sample_dps)
         for m in possible_matches(sample_dps):
             if m.config_type == filename:
                 continue