Remove all "magic number" DBI get_info calls from the codebase
[dbsrgits/DBIx-Class.git] / t / sqlmaker / quotes / quotes.t
index 0b6716a..1566a7d 100644 (file)
@@ -11,8 +11,6 @@ use_ok('DBICTest');
 use_ok('DBIC::DebugObj');
 my $schema = DBICTest->init_schema();
 
-#diag('Testing against ' . join(' ', map { $schema->storage->dbh->get_info($_) } qw/17 18/));
-
 $schema->storage->sql_maker->quote_char('`');
 $schema->storage->sql_maker->name_sep('.');