remove dbg message
This commit is contained in:
parent
32288e056e
commit
c908c77351
|
|
@ -23,10 +23,6 @@
|
||||||
|
|
||||||
# procedure to create a graph in an empty xschem window and display waveforms
|
# procedure to create a graph in an empty xschem window and display waveforms
|
||||||
proc create_graph {rawfile node {analysis tran} {color {4 5 6 7 8 9 10 11 12 13 14}}} {
|
proc create_graph {rawfile node {analysis tran} {color {4 5 6 7 8 9 10 11 12 13 14}}} {
|
||||||
|
|
||||||
|
|
||||||
puts " -->$node"
|
|
||||||
|
|
||||||
# clear window if not already empty
|
# clear window if not already empty
|
||||||
xschem clear force
|
xschem clear force
|
||||||
# clear loaded raw file if any
|
# clear loaded raw file if any
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue