4
0
Эх сурвалжийг харах

Duplicates util: comment unused code

Jason Rumney 1 жил өмнө
parent
commit
719f836abb

+ 1 - 1
util/duplicates.py

@@ -44,7 +44,7 @@ def main():
         all_dps = config._get_all_dps()
         all_dps = config._get_all_dps()
         sample_dps = {dp.id: representation(dp) for dp in 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):
         for m in possible_matches(sample_dps):
             if m.config_type == filename:
             if m.config_type == filename:
                 continue
                 continue