From 20589db6befe5d27fc47c4a70f9818dd466ffaca Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Thu, 19 Jun 2014 16:15:38 -0400 Subject: [PATCH] Fixed a bug with logging missing documentation. --- app/views/play/level/tome/spell_view.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/play/level/tome/spell_view.coffee b/app/views/play/level/tome/spell_view.coffee index 8b3f7139b..b2557c853 100644 --- a/app/views/play/level/tome/spell_view.coffee +++ b/app/views/play/level/tome/spell_view.coffee @@ -178,7 +178,7 @@ module.exports = class SpellView extends View doc = _.find (e.allDocs['__' + prop] ? []), (doc) -> return true if doc.owner is owner return (owner is 'this' or owner is 'more') and (not doc.owner? or doc.owner is 'this') - console.log 'could not find doc for', prop, 'from', e.allDocs['__' + prop], 'for', owner, 'of', propGroups unless doc + console.log 'could not find doc for', prop, 'from', e.allDocs['__' + prop], 'for', owner, 'of', e.propGroups unless doc doc ?= prop if doc.snippets? entry =