<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,11 +4,9 @@ module Prawnto
       include ::ActionView::TemplateHandlers::Compilable
       
       def compile(template)
-        &quot;puts 'base';&quot; + 
-        &quot;logger.warn 'BASE';&quot; + 
         &quot;_prawnto_compile_setup;&quot; +
         &quot;pdf = Prawn::Document.new(@prawnto_options[:prawn]);&quot; + 
-        template.source +
+        &quot;#{template.source}\n&quot; +
         &quot;pdf.render;&quot;
       end
     end</diff>
      <filename>lib/prawnto/template_handlers/base.rb</filename>
    </modified>
    <modified>
      <diff>@@ -3,9 +3,7 @@ module Prawnto
     class Dsl &lt; Base
       
       def compile(template)
-        &quot;logger.warn local_variables;&quot; +
-        &quot;z = _prawnto_compile_setup(true);&quot; +
-        &quot;logger.warn local_assigns;&quot; + 
+        &quot;_prawnto_compile_setup(true);&quot; +
         &quot;pdf = Prawn::Document.new(@prawnto_options[:prawn]);&quot; + 
         &quot;pdf.instance_eval do; #{template.source}\nend;&quot; +
         &quot;pdf.render;&quot;</diff>
      <filename>lib/prawnto/template_handlers/dsl.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d720cf830b2cc10e62c3086eeb819533842025d6</id>
    </parent>
  </parents>
  <author>
    <name>thorny_sun</name>
    <email>thorny_sun@cracklabs.com</email>
  </author>
  <url>http://github.com/thorny-sun/prawnto/commit/d8b54b14c7a9633d2c3ce6c35fc428b7b2f22fa6</url>
  <id>d8b54b14c7a9633d2c3ce6c35fc428b7b2f22fa6</id>
  <committed-date>2008-12-30T01:03:55-08:00</committed-date>
  <authored-date>2008-12-30T01:03:55-08:00</authored-date>
  <message>fixed bug where last line had to be newline -- no longer

also cleaned up some debug statements</message>
  <tree>11999af6c214b0e19240d2d52ad6932b63f08bbe</tree>
  <committer>
    <name>thorny_sun</name>
    <email>thorny_sun@cracklabs.com</email>
  </committer>
</commit>
