Remove debugging printout from hooke.playlist.load.
authorW. Trevor King <wking@drexel.edu>
Sun, 22 Aug 2010 05:08:27 +0000 (01:08 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 22 Aug 2010 05:08:27 +0000 (01:08 -0400)
hooke/playlist.py

index a4dd0abcf525858587c8e6bb24d4020fb0c20554..63d1843273f31fe6ec43034fea65a5a70c5e7324 100644 (file)
@@ -562,7 +562,6 @@ def load(path=None, drivers=None, identify=True, hooke=None):
         text = f.read()
     playlist = from_string(text)
     playlist.set_path(path)
-    print type(playlist)
     playlist._digest = playlist.digest()
     if drivers != None:
         playlist.drivers = drivers