Skip to content

Commit

Permalink
removed debug print for tvcatchup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
blxd committed Mar 4, 2015
1 parent 492e004 commit b9c95ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/livestreamer/plugins/tvcatchup.py
Expand Up @@ -19,7 +19,6 @@ def __init__(self, url):

@classmethod
def can_handle_url(self, url):
print "hi!", url
return _url_re.match(url)

def _get_streams(self):
Expand Down

0 comments on commit b9c95ba

Please sign in to comment.