From: Mike Bayer Date: Fri, 20 May 2011 18:50:15 +0000 (-0400) Subject: dont need the DEBUG here messing up the rest of the tests X-Git-Tag: rel_0_7_0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16fc85c2a0111363c5917e81d55eba642dcf1457;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git dont need the DEBUG here messing up the rest of the tests --- diff --git a/test/orm/test_mapper.py b/test/orm/test_mapper.py index f292f5e73f..ea81847e5f 100644 --- a/test/orm/test_mapper.py +++ b/test/orm/test_mapper.py @@ -1418,7 +1418,6 @@ class ORMLoggingTest(_fixtures.FixtureTest): logging.getLogger('sqlalchemy.orm'), ]: log.addHandler(self.buf) - log.setLevel(logging.DEBUG) def teardown(self): for log in [