remove accidentally pushed test code

This commit is contained in:
Thomas Herzog
2018-02-12 20:48:44 +01:00
committed by GitHub
parent 25c7703861
commit 9b2719045c

View File

@@ -6,13 +6,3 @@ onready var data = SIMPLE.new()
func _on_Button_pressed():
$Label.text = "Data = " + data.get_data()
print(data.get_class())
print(SIMPLE.class_name)
print("self: ", self.get_class())
var this = get_script()
print(self is this)
print(data is data.get_script())