From: Chris Cormack Date: Mon, 13 Jan 2014 00:58:39 +0000 (+1300) Subject: Tidying up dancer app X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e649244582bda6cb321abdcfbb4f8f17144a3a00;p=NCIPServer.git Tidying up dancer app --- diff --git a/lib/NCIP/Dancing.pm b/lib/NCIP/Dancing.pm index 900c9e2..11e8197 100644 --- a/lib/NCIP/Dancing.pm +++ b/lib/NCIP/Dancing.pm @@ -9,12 +9,8 @@ use NCIP; any ['get', 'post'] => '/' => sub { my $ncip = NCIP->new('t/config_sample'); my $xml = param 'xml'; - warn $xml if $xml; my $content = $ncip->process_request($xml); - # warn $content; template 'main', { content => $content }; - - # warn "what"; }; true;