aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/Loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/Loop.cpp')
-rw-r--r--nxcomp/Loop.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/nxcomp/Loop.cpp b/nxcomp/Loop.cpp
index 97020d162..436713761 100644
--- a/nxcomp/Loop.cpp
+++ b/nxcomp/Loop.cpp
@@ -7508,7 +7508,6 @@ int ReadProxyVersion(int fd)
&(control -> RemoteVersionPatch));
}
- #ifdef TEST
*logofs << "Loop: Identified remote version '" << control -> RemoteVersionMajor
<< "." << control -> RemoteVersionMinor << "." << control -> RemoteVersionPatch
<< "'.\n" << logofs_flush;
@@ -7520,7 +7519,6 @@ int ReadProxyVersion(int fd)
*logofs << "Loop: Local version '" << control -> LocalVersionMajor
<< "." << control -> LocalVersionMinor << "." << control -> LocalVersionPatch
<< "'.\n" << logofs_flush;
- #endif
if (SetVersion() < 0)
{