[debian-edu-commits] r78698 - trunk/src/hw-support-handler

pere at alioth.debian.org pere at alioth.debian.org
Thu Jan 10 17:30:12 UTC 2013


Author: pere
Date: 2013-01-10 17:30:11 +0000 (Thu, 10 Jan 2013)
New Revision: 78698

Modified:
   trunk/src/hw-support-handler/hw-support-handlerd
Log:
Remove debug code.

Modified: trunk/src/hw-support-handler/hw-support-handlerd
===================================================================
--- trunk/src/hw-support-handler/hw-support-handlerd	2013-01-10 17:27:10 UTC (rev 78697)
+++ trunk/src/hw-support-handler/hw-support-handlerd	2013-01-10 17:30:11 UTC (rev 78698)
@@ -109,7 +109,6 @@
         if not record.has_key('Modaliases'):
             continue
         entries = record['Modaliases']
-        entries = "foo(usb:v0781p5530d*)"
 #        print pkg.name
         for part in entries.split(')'):
             part = part.strip(', ')
@@ -125,9 +124,6 @@
                     thepkgs.append(pkg.name)
     return thepkgs
 
-#print get_pkg_suggestions_apt("usb", int('0x0781', 16), int('0x5530', 16))
-#exit(0)
-
 def catchall_signal_handler(*args, **kwargs):
 # Trigger on
 #   dbus_interface="org.freedesktop.Hal.Manager"




More information about the debian-edu-commits mailing list