Skip to content

Commit b618d81

Browse files
Remove accidentally-committed commented-out code
1 parent be8d1fb commit b618d81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mcpi/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def send(self, f, *data):
5252
Sends data. Note that a trailing newline '\n' is added here.
5353
"""
5454
s = "%s(%s)\n" % (f, flatten_parameters_to_string(data))
55-
#flattened_params = ','.join(map(str, itertools.chain.from_iterable(data)))
56-
#s = '{}({})\n'.format(f, flattened_params)
5755

5856
self._send(s)
5957

0 commit comments

Comments
 (0)