Navigation Menu

Skip to content

Commit

Permalink
removed console output
Browse files Browse the repository at this point in the history
'
  • Loading branch information
darvin committed Jan 13, 2013
1 parent ceb1d8e commit 986c34e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions routes.coffee
Expand Up @@ -37,10 +37,8 @@ module.exports =
iconname = "text-directory"
else
mimetype = mime.lookup icon
console.error "#{mimetype}, size: #{size}"
iconname = mimetype.replace "/", "-"
if iconname not in ICONS_MANIFEST.Names
console.error "Not found: #{iconname}"
mimetype = mime.default_type

iconname = mimetype.replace "/", "-"
Expand Down

0 comments on commit 986c34e

Please sign in to comment.