Review at  https://gerrit.osmocom.org/7606

L1CTL_PortType: Remove some logging, make it less chatty

Change-Id: I9e9160f53480713c9551a185478a6b58fa02a709
---
M library/L1CTL_PortType.ttcn
1 file changed, 0 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks 
refs/changes/06/7606/1

diff --git a/library/L1CTL_PortType.ttcn b/library/L1CTL_PortType.ttcn
index 231ebe3..77b2494 100644
--- a/library/L1CTL_PortType.ttcn
+++ b/library/L1CTL_PortType.ttcn
@@ -25,11 +25,9 @@
                var integer stream_len := lengthof(stream);
                var integer len;
                if (stream_len < 2) {
-                       log("getMsgLen(", stream, ",", args, ")=-1");
                        return -1;
                }
                len := 2 + oct2int(substr(stream, 0, 2));
-               log("getMsgLen(", stream, ",", args, ")=", len);
                return len;
        }
 

-- 
To view, visit https://gerrit.osmocom.org/7606
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9e9160f53480713c9551a185478a6b58fa02a709
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to