mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
patch print node
This commit is contained in:
parent
f57374f3e2
commit
215af7232a
1 changed files with 0 additions and 2 deletions
|
@ -48,6 +48,4 @@ func _receive(to_input_port: int, data: Variant) -> void:
|
|||
#print(data_to_print)
|
||||
#print("extra data: ", extra_data)
|
||||
DeckHolder.logger.log_node(data_to_print)
|
||||
if not extra_data.is_empty():
|
||||
DeckHolder.logger.log_node(str("Extra data: ", extra_data))
|
||||
send(0, true)
|
||||
|
|
Loading…
Reference in a new issue