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_6_8~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba30ce550d6f4addf9b2f2827b1c42a320b1a131;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 fa8bd70f04..d3d8568e25 100644 --- a/test/orm/test_mapper.py +++ b/test/orm/test_mapper.py @@ -1288,7 +1288,6 @@ class ORMLoggingTest(_fixtures.FixtureTest): logging.getLogger('sqlalchemy.orm'), ]: log.addHandler(self.buf) - log.setLevel(logging.DEBUG) def teardown(self): for log in [