Skip to content

Commit e8bfdb2

Browse files
committed
Remove debug print, add missing import
1 parent 94a9eb7 commit e8bfdb2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

zbnt/DiscoveryClient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
"""
1818

19+
import socket
1920
import random
2021
import asyncio
2122
import netifaces

zbnt/LatencyMeasurer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ class LatencyMeasurer(AxiDevice):
4444
}
4545

4646
def __init__(self, parent, dev_id, initial_props):
47-
print(self._property_encoding)
48-
print(LatencyMeasurer._property_encoding)
49-
5047
super().__init__(parent, dev_id, initial_props)
5148

5249
def receive_measurement(self, data):

0 commit comments

Comments
 (0)