Skip to content

Commit

Permalink
removing logging disabling
Browse files Browse the repository at this point in the history
Change-Id: I49b969c98907725902e6cc0b4d5e8c478bdf9a94
Reviewed-on: http://review.couchbase.org/17039
Reviewed-by: Michael Wiederhold <mike@couchbase.com>
Tested-by: Benjamin Young <benjamin@couchbase.com>
  • Loading branch information
BigBlueHat authored and Benjamin Young committed Jun 12, 2012
1 parent 415b8f4 commit 14d7c68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions couchbase/client.py
Expand Up @@ -30,8 +30,6 @@
from rest_client import RestConnection
from couchbaseclient import CouchbaseClient

logging.disable(logging.ERROR)


class Couchbase(object):
def __init__(self, host, username, password):
Expand Down

0 comments on commit 14d7c68

Please sign in to comment.