Skip to content

Commit 891a98b

Browse files
Tin SeverTin Sever
authored andcommitted
remove debug that was forgotten
1 parent aee09f5 commit 891a98b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/google-font.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,11 @@ googleFont.prototype.install = function(variants, callback) {
7777
var url = fileList[norm];
7878

7979
if (url) {
80-
console.log('[DEBUG] Installing %s from GWFH...'.yellow, norm);
8180
systemFont.install(url, self._fileName + '-' + norm, function(err, path) {
8281
if (path) resultList.push({ family: self.getFamily(), variant: norm, path: path });
8382
next(err);
8483
});
8584
} else {
86-
console.log('[DEBUG] Variant %s not found in API results'.red, norm);
8785
next();
8886
}
8987
}, function(err) {

0 commit comments

Comments
 (0)