From: Luke Saunders Date: Thu, 28 Feb 2008 16:59:04 +0000 (+0000) Subject: removed startup comment if no action required X-Git-Tag: v0.08240~545^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=ffdf4f11299b7dc0f9c57521688823f7cd1ed19f removed startup comment if no action required --- diff --git a/lib/DBIx/Class/Schema/Versioned.pm b/lib/DBIx/Class/Schema/Versioned.pm index c40de20..2744b8a 100644 --- a/lib/DBIx/Class/Schema/Versioned.pm +++ b/lib/DBIx/Class/Schema/Versioned.pm @@ -425,7 +425,7 @@ sub _on_connect if($pversion eq $self->schema_version) { - warn "This version is already installed\n"; +# warn "This version is already installed\n"; return 1; }