Remove broken notification

This commit is contained in:
Sabe Jones
2013-12-25 17:25:32 -06:00
parent d238592eb4
commit aeb74bbbf5
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -446,8 +446,6 @@ api.wrap = (user) ->
else if (lvl > user.achievements.rebirthLevel)
user.achievements.rebirths++
user.achievements.rebirthLevel = lvl
else
Notification.text(user.profile.name + " is reborn!")
cb null, req
# ------