summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-04-19 06:15:26 +0000
committerLuke Kanies <luke@madstop.com>2005-04-19 06:15:26 +0000
commit6127e4340fc231b7279bfeaade35b7df8d219c10 (patch)
tree4d122b20a56daa23fd52b9c5f5a62a3e833525d5
parent371235bc1d5d2f260106444d44dfbff14978b020 (diff)
downloadpuppet-6127e4340fc231b7279bfeaade35b7df8d219c10.tar.gz
puppet-6127e4340fc231b7279bfeaade35b7df8d219c10.tar.xz
puppet-6127e4340fc231b7279bfeaade35b7df8d219c10.zip
filerecord.rb: duh, fixing a small debug string printing bug
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@193 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--lib/blink/type/typegen/filerecord.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/blink/type/typegen/filerecord.rb b/lib/blink/type/typegen/filerecord.rb
index b7a432470..4b610f58b 100644
--- a/lib/blink/type/typegen/filerecord.rb
+++ b/lib/blink/type/typegen/filerecord.rb
@@ -27,7 +27,6 @@ class Blink::Type::FileRecord < Blink::Type::TypeGenerator
#---------------------------------------------------------------
def FileRecord.fields=(ary)
@fields = ary
- Blink.debug "fields are '%s'" % @fields
end
#---------------------------------------------------------------