projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6a805
)
Remove debugging printout from hooke.playlist.load.
author
W. Trevor King
<wking@drexel.edu>
Sun, 22 Aug 2010 05:08:27 +0000
(
01:08
-0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 22 Aug 2010 05:08:27 +0000
(
01:08
-0400)
hooke/playlist.py
patch
|
blob
|
history
diff --git
a/hooke/playlist.py
b/hooke/playlist.py
index a4dd0abcf525858587c8e6bb24d4020fb0c20554..63d1843273f31fe6ec43034fea65a5a70c5e7324 100644
(file)
--- a/
hooke/playlist.py
+++ b/
hooke/playlist.py
@@
-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