summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-21 15:58:28 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:56 +0100
commit0f0ac0c91c029999000dff4d005b3f5ab478ab81 (patch)
tree058a6724bdf871e718ac34b255bba475beb1dd96 /src/wizard2.cc
parentc690f0dc5b53d953b1f845f75b4c8555dcd5b76f (diff)
Remove unused HOOK_DEBUG_COMMAND
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index 6e86542c..94594e3a 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -1884,8 +1884,7 @@ void do_cmd_debug()
/* Not a Wizard Command */
default:
- if (!process_hooks(HOOK_DEBUG_COMMAND, "(d)", cmd))
- msg_print("That is not a valid debug command.");
+ msg_print("That is not a valid debug command.");
break;
}
}