summaryrefslogtreecommitdiffstats
path: root/runtime/netstrm.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/netstrm.c')
-rw-r--r--runtime/netstrm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/netstrm.c b/runtime/netstrm.c
index 670899ef..be754aae 100644
--- a/runtime/netstrm.c
+++ b/runtime/netstrm.c
@@ -117,7 +117,6 @@ AcceptConnReq(netstrm_t *pThis, netstrm_t **ppNew)
assert(ppNew != NULL);
/* accept the new connection */
-RUNLOG_VAR("%p", pThis->pDrvrData);
CHKiRet(pThis->Drvr.AcceptConnReq(pThis->pDrvrData, &pNewNsd));
/* construct our object so that we can use it... */
CHKiRet(netstrms.CreateStrm(pThis->pNS, ppNew));