mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-15 05:48:42 +01:00
remove testing code, minor
This commit is contained in:
@@ -29,9 +29,6 @@ Receiver::~Receiver() = default;
|
||||
|
||||
Receiver::Receiver(uint16_t port) {
|
||||
validatePortNumber(port);
|
||||
//#ifdef SLS_USE_TESTS
|
||||
if (port == 9999) throw RuntimeError("throwing for 9999 test");
|
||||
//#endif
|
||||
tcpipInterface = make_unique<ClientInterface>(port);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user