From f92fbf648c125a05c870024a5f4e68eecadc6677 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 22 Aug 2010 01:08:27 -0400 Subject: [PATCH] Remove debugging printout from hooke.playlist.load. --- hooke/playlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hooke/playlist.py b/hooke/playlist.py index a4dd0ab..63d1843 100644 --- 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 -- 2.26.2