Remove useless var/print

This commit is contained in:
VAILLANT Jeremy
2021-05-15 13:04:39 +02:00
parent c3b107a66b
commit b2fc1b63a3
-2
View File
@@ -1,6 +1,5 @@
extends "res://db/MBase.gd"
var m_id = null
var m_value = { "id": null, "value": null }
var m_lock = { "id": null, "value": null }
var m_label = null
@@ -10,7 +9,6 @@ var m_level = null
var m_mesh = null
func _init(row_index):
print("scene#_init")
table = Global.database.get_table_by_name("scenes")
var datas = table.get_data_at_row_idx(row_index)