Remove useless var/print
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user