Przeglądaj źródła

Duplicates util: comment unused code

Jason Rumney 1 rok temu
rodzic
commit
719f836abb
1 zmienionych plików z 1 dodań i 1 usunięć
  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