remove warning message if bespice_listen_port is not set (not necessary, scares new users)

This commit is contained in:
stefan schippers 2023-08-04 15:23:46 +02:00
parent c54e43d24f
commit ac042ed21f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}