Fixed the documentation
[zukebox] / zukebox_server / src / server / zukebox_server.py
index efd31ea..c819a09 100644 (file)
@@ -19,7 +19,7 @@ class ZukeBoxServer(ZIface, dbus.service.Object):
     Introduction
     ============
     ZukeBox is an abstraction for a JukeBox.
-    How this works?
+    How works?
         In a JukeBox somebody pay and choose a song for play, this way the
     JukeBox should have default set of songs. ZukeBox has the same idea,
     except for payment ;) , you can choose a song availble in the server 
@@ -97,7 +97,6 @@ class ZukeBoxServer(ZIface, dbus.service.Object):
 
     @dbus.service.method(DBUS_IFACE)
     def rescan_audio_folder(self):
-        print "rescanning_audio_folder..."
         if not self.cds:
             return
         pm = self.cds.control_controller.plugin_manager