Merge branch 'bye-number-display'

Stephen Paul Weber created

* bye-number-display:
  This command is redundant with the info command

Change summary

sgx_jmp.rb | 1 -
1 file changed, 1 deletion(-)

Detailed changes

sgx_jmp.rb 🔗

@@ -422,7 +422,6 @@ Command.new(
 
 # Commands that just pass through to the SGX
 {
-	"number-display" => ["Display JMP Number"],
 	"configure-calls" => ["Configure Calls"]
 }.each do |node, args|
 	Command.new(node, *args) {