summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index cef41699e2..ce7ad87310 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1259,8 +1259,6 @@ bool cast_call_canine_familiar(int pow, god_type god)
0, god)) != -1)
{
success = true;
-
- mpr("A canine appears!");
}
else
canned_msg(MSG_NOTHING_HAPPENS);