Skip to content

Commit

Permalink
Useless listener, which duplicates received frames
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed Mar 31, 2024
1 parent 2efd1be commit 9264c21
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/io/calimero/link/BcuSwitcher.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Calimero 2 - A library for KNX network access
Copyright (c) 2015, 2023 B. Malinowsky
Copyright (c) 2015, 2024 B. Malinowsky
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -132,7 +132,6 @@ static boolean isEmi1GetValue(final int messageCode) {
{
this.c = c;
logger = l;
c.addConnectionListener(e -> setResponse(e.getFrameBytes()));
}

enum BcuMode {
Expand Down

0 comments on commit 9264c21

Please sign in to comment.