remove warning message if bespice_listen_port is not set (not necessary, scares new users)
This commit is contained in:
parent
c54e43d24f
commit
ac042ed21f
|
|
@ -6521,7 +6521,7 @@ proc setup_tcp_bespice {} {
|
|||
return 0
|
||||
}
|
||||
# bespice_listen_port not defined, nothing to do
|
||||
puts "setup_tcp_bespice: the functionallity was not set up as the variable \$bespice_listen_port hasn't been defined in your xschemrc file."
|
||||
# puts "setup_tcp_bespice: the functionallity was not set up as the variable \$bespice_listen_port hasn't been defined in your xschemrc file."
|
||||
return 1
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue