Browse Source

remove debug print

master
Nils 2 years ago
parent
commit
0d19b6e2da
  1. 1
      engine/nsmservercontrol.py

1
engine/nsmservercontrol.py

@ -377,7 +377,6 @@ class NsmServerControl(object):
self.nsmOSCUrl = o.netloc.split(":")[0], o.port self.nsmOSCUrl = o.netloc.split(":")[0], o.port
else: else:
envResult = self._getNsmOSCUrlFromEnvironment() envResult = self._getNsmOSCUrlFromEnvironment()
print(2)
if envResult: 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. #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. #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.

Loading…
Cancel
Save