[Bps-public-commit] r17213 - Prophet/branches/actions/lib/Prophet/Server

jesse at bestpractical.com jesse at bestpractical.com
Sat Dec 13 15:16:48 EST 2008


Author: jesse
Date: Sat Dec 13 15:16:48 2008
New Revision: 17213

Modified:
   Prophet/branches/actions/lib/Prophet/Server/Controller.pm

Log:
* removing YAML deps

Modified: Prophet/branches/actions/lib/Prophet/Server/Controller.pm
==============================================================================
--- Prophet/branches/actions/lib/Prophet/Server/Controller.pm	(original)
+++ Prophet/branches/actions/lib/Prophet/Server/Controller.pm	Sat Dec 13 15:16:48 2008
@@ -74,7 +74,6 @@
     if (my $err = $@) {
         $self->failed(1);
         $self->failure_message($err);   
-        warn "AIEEE: $err";
     }
 }
 
@@ -118,8 +117,6 @@
             die "I don't know how to handle a ".$self->actions->{$action}->{action};
         }
 
-        warn "My action is $action";
-        warn YAML::Dump($self->actions->{$action}); use YAML;
     }
 
 }
@@ -148,7 +145,6 @@
 
     my $object = Prophet::Util->instantiate_record( uuid => $action->{uuid}, class=>$action->{class}, app_handle=> $self->app_handle);
     warn "My reocrd is $object";
-    warn YAML::Dump($action); use YAML;
     my ( $val, $msg ) = $object->set_props(
         props => {
             map {



More information about the Bps-public-commit mailing list