mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Comment out a few print statements.
This commit is contained in:
parent
0bef0a2339
commit
599034c568
@ -9,11 +9,11 @@ func load_module():
|
||||
|
||||
ESS.resource_db.add_entity_resource_db(resource_db)
|
||||
|
||||
var r : ESSResourceDB = ESS.resource_db
|
||||
|
||||
for e in r.get_entity_datas():
|
||||
print(e.resource_path)
|
||||
print(e.get_id())
|
||||
# var r : ESSResourceDB = ESS.resource_db
|
||||
#
|
||||
# for e in r.get_entity_datas():
|
||||
# print(e.resource_path)
|
||||
# print(e.get_id())
|
||||
|
||||
# for s in r.get_spells():
|
||||
# print(s.resource_name)
|
||||
|
Loading…
Reference in New Issue
Block a user