Skip to content

Commit 14a34bd

Browse files
remove console.log
1 parent c84f5c5 commit 14a34bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

scripts/update-deps.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function updatePackage(pkg, callback) {
9191
}
9292

9393
function shouldUpdateDep(dependency, callback) {
94-
console.log(BLACKLIST, dependency.name)
9594
if (BLACKLIST.indexOf(dependency.name) > -1) {
9695
setImmediate(function() {
9796
callback(null, false);

0 commit comments

Comments
 (0)