Skip to content

Commit 736563c

Browse files
committed
remove SendReplCommand
1 parent e6c3206 commit 736563c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

send_code.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,6 @@ def run(self, edit, cmd=None, prog=None, confirmation=None):
8888
sublime.set_timeout_async(lambda: sender.send_text(cmd))
8989

9090

91-
# historial reason
92-
class SendReplCommand(SendCodeCommand):
93-
def run(self, *args, **kargs):
94-
print("The `send_repl` command has been deprecated, please use `send_code` command.")
95-
super(SendReplCommand, self).run(*args, **kargs)
96-
97-
9891
class SendCodeBuildCommand(sublime_plugin.WindowCommand):
9992

10093
def run(self, cmd=None, prog=None):

0 commit comments

Comments
 (0)