Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
ref #65
  • Loading branch information
maxgrossman committed Aug 30, 2019
1 parent d7629e1 commit 08b00c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapters/iDPresets/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ exports.getIcon = (primaryTags) => {
}, [])
.sort()
.join(':');
console.log(ID_ICONS[tagsString] || 'maki-natural');
return ID_ICONS[tagsString] || 'maki-natural';
};

0 comments on commit 08b00c6

Please sign in to comment.