Skip to content

Commit

Permalink
Removed log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Nov 27, 2012
1 parent 70d20ba commit f5cbf22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion javascript/resources.js
Expand Up @@ -297,7 +297,6 @@ emmet.define('resources', function(require, _) {
var result = _.last(_.sortBy(scores, 'score'));
if (result && result.score >= minScore) {
var k = result.key;
console.log('found', k, result.score);
return parseItem(k, payload[k].value, payload[k].type);
}
}
Expand Down

0 comments on commit f5cbf22

Please sign in to comment.