Skip to content

Commit

Permalink
removed extraneous console.log statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ryguyrg committed Jun 16, 2015
1 parent 25abf7d commit 231a35e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/helpers/load_gist.js
Expand Up @@ -222,10 +222,8 @@ exports.load_gist = function (id, cache, options, callback) {

if (id.match(/^http:\/\//i)) {
fetcher = fetchFromUrl;
console.log('Fetching from URL ' + id);
} else {
fetcher = fetchGithubGist;
console.log('Fetching from Gist' + id);
}

for (var fetch in internal.fetchers) {
Expand Down

0 comments on commit 231a35e

Please sign in to comment.