From 9995ed164ebde8db44b0734201a619fed2c5de7b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Thu, 16 Apr 2020 10:13:30 -0400 Subject: [PATCH] Chore: Removed unimplemented teach command. --- lib/aethyr/core/commands/command_parser.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/aethyr/core/commands/command_parser.rb b/lib/aethyr/core/commands/command_parser.rb index 982d461..3370bde 100644 --- a/lib/aethyr/core/commands/command_parser.rb +++ b/lib/aethyr/core/commands/command_parser.rb @@ -105,8 +105,6 @@ module CommandParser @settings = Set.new(['set']) - @mobile = Set.new(['teach']) - #etc... class <<self -- GitLab