summaryrefslogtreecommitdiff
path: root/src/map/magic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.c')
-rw-r--r--src/map/magic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/magic.c b/src/map/magic.c
index 66c6444..8800bb3 100644
--- a/src/map/magic.c
+++ b/src/map/magic.c
@@ -93,7 +93,6 @@ magic_message(character_t *caster,
if (effects) {
invocation_t *invocation = spell_instantiate(effects, env);
-fprintf(stderr, "[MDEBUG] Allocd spell %d\n", invocation->bl.id);
/* We have a proper spell effect-- obscure the invocation! */
while (*source_invocation) {
if (((rand() * 100.0) / (RAND_MAX * 1.0)) < magic_conf.obscure_chance)