aboutsummaryrefslogtreecommitdiff
path: root/gamemode/hud/draw_spell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/hud/draw_spell.lua')
-rw-r--r--gamemode/hud/draw_spell.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/gamemode/hud/draw_spell.lua b/gamemode/hud/draw_spell.lua
index 32c1bc6..97c702b 100644
--- a/gamemode/hud/draw_spell.lua
+++ b/gamemode/hud/draw_spell.lua
@@ -138,7 +138,6 @@ end
function DrawSpellOverlay()
if(CASTING_SPELL) then
- print("Calling casting_spell's draw...")
CASTING_SPELL["draw"](CASTING_SPELL)
if(CASTING_SPELL.Score != nil) then
finishedcasting(CASTING_SPELL.Score)