Skip to content

Commit

Permalink
Remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Nov 27, 2014
1 parent e1ae6e9 commit 3898f96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Trakttv.bundle/Contents/Code/plex/plex_base.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
from core.logger import Logger
from core.network import request

import os

log = Logger('plex.plex_base')


class PlexBase(object):
base_url = 'http://127.0.0.1:32400'
Expand Down

0 comments on commit 3898f96

Please sign in to comment.