[Jifty-commit] r1473 - in jifty/trunk: lib/Jifty/Action

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 4 11:55:18 EDT 2006


Author: alexmv
Date: Tue Jul  4 11:55:18 2006
New Revision: 1473

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

Log:
 r14828 at zoq-fot-pik:  chmrr | 2006-07-04 11:55:07 -0400
  * Now, with less debugging statements


Modified: jifty/trunk/lib/Jifty/Action/Record.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Action/Record.pm	(original)
+++ jifty/trunk/lib/Jifty/Action/Record.pm	Tue Jul  4 11:55:18 2006
@@ -81,7 +81,6 @@
         # a slight negative performance implications
         $self->record(
             $record_class->new( current_user => $self->current_user ) );
-        warn "Record is ".YAML::Dump($self->current_user);
         my %given_pks = ();
         for my $pk ( @{ $self->record->_primary_keys } ) {
             $given_pks{$pk} = $self->argument_value($pk)


More information about the Jifty-commit mailing list