Bug 8435: DBRev 3.13.00.038
[koha.git] / Koha / Database.pm
index c10a61a..4c6cae6 100644 (file)
@@ -32,8 +32,6 @@ Koha::Database
 
 =cut
 
-$ENV{'DBIC_DONT_VALIDATE_RELS'} = 1; # FIXME once the DBIx schema has its schema adjusted we should remove this
-
 use Modern::Perl;
 use Carp;
 use C4::Context;