Make sure external DBIC envvars do not cause tests to fail
[dbsrgits/DBIx-Class.git] / t / sqlmaker / quotes / quotes_newstyle.t
index 6d448ea..c122517 100644 (file)
@@ -11,8 +11,6 @@ use_ok('DBIC::DebugObj');
 
 my $schema = DBICTest->init_schema();
 
-#diag('Testing against ' . join(' ', map { $schema->storage->dbh->get_info($_) } qw/17 18/));
-
 my $dsn = $schema->storage->_dbi_connect_info->[0];
 $schema->connection(
   $dsn,