Skip to content

Commit

Permalink
Remove leftover debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Jun 7, 2012
1 parent 8d99871 commit f3c5678
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Bailador/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ class Bailador::App {
method request { $.context.request }
method response { $.context.response }
method template(Str $tmpl, @params) {
say slurp $tmpl;
$!template.new(slurp $tmpl).render(|@params);
}

Expand Down

0 comments on commit f3c5678

Please sign in to comment.