From 4cf2af762d04a604515915ef294f0cbf694776bf Mon Sep 17 00:00:00 2001 From: Major- Date: Fri, 27 Feb 2015 05:55:35 +0000 Subject: [PATCH] Remove debug message from attributes.rb. --- data/plugins/entity/attributes/attributes.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/data/plugins/entity/attributes/attributes.rb b/data/plugins/entity/attributes/attributes.rb index 161ac917..42261756 100644 --- a/data/plugins/entity/attributes/attributes.rb +++ b/data/plugins/entity/attributes/attributes.rb @@ -19,7 +19,6 @@ class Entity if name[-1] == "=" raise "Expected argument count of 1, received #{args.length}" unless args.length == 1 - puts name name = name[0...-1].strip # Drop the equals set_attribute(name, to_attribute(args[0])) elsif AttributeMap::get_definition(name) == nil