mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 08:40:03 +00:00
Remove debug message from attributes.rb.
This commit is contained in:
@@ -19,7 +19,6 @@ class Entity
|
|||||||
if name[-1] == "="
|
if name[-1] == "="
|
||||||
raise "Expected argument count of 1, received #{args.length}" unless args.length == 1
|
raise "Expected argument count of 1, received #{args.length}" unless args.length == 1
|
||||||
|
|
||||||
puts name
|
|
||||||
name = name[0...-1].strip # Drop the equals
|
name = name[0...-1].strip # Drop the equals
|
||||||
set_attribute(name, to_attribute(args[0]))
|
set_attribute(name, to_attribute(args[0]))
|
||||||
elsif AttributeMap::get_definition(name) == nil
|
elsif AttributeMap::get_definition(name) == nil
|
||||||
|
|||||||
Reference in New Issue
Block a user