[Jifty-commit] r4383 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Nov 6 13:41:25 EST 2007


Author: alexmv
Date: Tue Nov  6 13:41:25 2007
New Revision: 4383

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Handle.pm

Log:
 r24425 at zoq-fot-pik:  chmrr | 2007-11-06 13:37:43 -0500
  * Remove debugging statement


Modified: jifty/trunk/lib/Jifty/Handle.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handle.pm	(original)
+++ jifty/trunk/lib/Jifty/Handle.pm	Tue Nov  6 13:41:25 2007
@@ -148,7 +148,6 @@
         unless (version->new($appv) == version->new($dbv)) {
             # if app version is older than db version, but we are still compatible
             my $compat = delete Jifty->config->framework('Database')->{'ForwardCompatible'} || $appv;
-            warn "==> $compat";
             die
             "Application schema version in database ($dbv) doesn't match application schema version ($appv)\n"
             . "Please run `bin/jifty schema --setup` to upgrade the database.\n"


More information about the Jifty-commit mailing list