Comment out a few print statements.

This commit is contained in:
Relintai 2020-04-26 13:02:34 +02:00
parent 0bef0a2339
commit 599034c568

View File

@ -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)