This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0baecae  - Removed an unneeded log output
0baecae is described below

commit 0baecaee8ba85ac133452c11ffcf64f2daab8baf
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Jan 22 12:05:59 2021 +0100

    - Removed an unneeded log output
---
 plc4go/internal/plc4go/knxnetip/KnxNetIpMessageCodec.go | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plc4go/internal/plc4go/knxnetip/KnxNetIpMessageCodec.go 
b/plc4go/internal/plc4go/knxnetip/KnxNetIpMessageCodec.go
index f756c9a..ffa1226 100644
--- a/plc4go/internal/plc4go/knxnetip/KnxNetIpMessageCodec.go
+++ b/plc4go/internal/plc4go/knxnetip/KnxNetIpMessageCodec.go
@@ -136,8 +136,6 @@ func (m *KnxNetIpMessageCodec) receive() (interface{}, 
error) {
                }
        } else if err != nil {
                fmt.Printf("Got error reading: %s\n", err.Error())
-       } else {
-               fmt.Printf("Only %d bytes available\n", num)
        }
        return nil, nil
 }

Reply via email to