Skip to content

Commit 23f9313

Browse files
committed
remove commented-out code
1 parent bfabbea commit 23f9313

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dash/dash.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -959,11 +959,6 @@ def callback(self, *_args, **_kwargs):
959959
960960
961961
"""
962-
# kwargs["prevent_initial_call"] = kwargs.get("prevent_initial_call", None)
963-
# output = kwargs.get("output", args[0])
964-
# # for backward compatibility, store whether first argument is a
965-
# # list of only 1 Output
966-
# specified_output_list = isinstance(output, (list, tuple)) and len(output) == 1
967962
output, inputs, state, prevent_initial_call = handle_callback_args(_args, _kwargs)
968963
callback_id = self._insert_callback(output, inputs, state, prevent_initial_call)
969964
multi = isinstance(output, (list, tuple))

0 commit comments

Comments
 (0)