Skip to content

Commit

Permalink
0.2: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-yu committed Sep 10, 2014
1 parent 183846d commit 2dd7da2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/docor.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ function fetchLicenses(license) {
path.join(templates, 'licenses', license)
);
} catch (e) {
console.log(e)
return null;
}
}
Expand Down

0 comments on commit 2dd7da2

Please sign in to comment.