Skip to content

Commit

Permalink
remove unused logger
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Aug 10, 2015
1 parent 8c6790d commit b21431f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tornadis/pubsub.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
import tornado.ioloop
import tornado.gen
import toro
import logging

from tornadis.client import Client
from tornadis.exceptions import ConnectionError, ClientError

LOG = logging.getLogger()


class PubSubClient(Client):
"""High level specific object to interact with pubsub redis.
Expand Down

0 comments on commit b21431f

Please sign in to comment.