From ac042ed21fa62633f272a6af9e5741b282b887d3 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 4 Aug 2023 15:23:46 +0200 Subject: [PATCH] remove warning message if bespice_listen_port is not set (not necessary, scares new users) --- src/xschem.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index 80991cb7..f137bf3b 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -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 }