diff --git a/engine/nsmservercontrol.py b/engine/nsmservercontrol.py index c899430..93cbecc 100644 --- a/engine/nsmservercontrol.py +++ b/engine/nsmservercontrol.py @@ -377,7 +377,6 @@ class NsmServerControl(object): self.nsmOSCUrl = o.netloc.split(":")[0], o.port else: envResult = self._getNsmOSCUrlFromEnvironment() - print(2) if envResult: #In case there is no actual nsmd running but there still was a NSM_URL env var, e.g. over the network, use this. #There is a corner case that the env is local but the user chose to ignore the GUI way (nsmd 1.6.0) to proivde us directly with a specific URL.