Skip to content

Commit 4293e22

Browse files
committed
remove comment
1 parent e25d7fa commit 4293e22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/textual/binding.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def __init__(
8484

8585
def make_bindings(bindings: Iterable[BindingType]) -> Iterable[Binding]:
8686
bindings = list(bindings)
87-
# print(bindings)
8887
for binding in bindings:
8988
# If it's a tuple of length 3, convert into a Binding first
9089
if isinstance(binding, tuple):

0 commit comments

Comments
 (0)