mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Remove debug message from attributes.rb.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user