Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
c66ba0d1
Commit
c66ba0d1
authored
Nov 25, 2019
by
Flavio TARSETTI
Browse files
[widgets][toolchaineditor] removed unwanted debug messages
parent
2ef92589
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/widgets/toolchaineditor.py
View file @
c66ba0d1
...
...
@@ -1115,12 +1115,10 @@ class Block(QGraphicsObject):
if
block_updated
:
block_item
=
{}
if
self
.
type
==
BlockType
.
LOOPS
.
name
:
print
(
block_item
)
block_item
[
"processor_inputs"
]
=
self
.
processor_inputs
block_item
[
"processor_outputs"
]
=
self
.
processor_outputs
block_item
[
"evaluator_inputs"
]
=
self
.
evaluator_inputs
block_item
[
"evaluator_outputs"
]
=
self
.
evaluator_outputs
print
(
block_item
)
# Update blocks
else
:
block_item
[
"inputs"
]
=
self
.
inputs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment