Merge pull request #490 from openclassify/dia

remove unused comsole.log
This commit is contained in:
Fatih Alp 2020-04-15 18:04:29 +03:00 committed by GitHub
commit 365f641843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,6 @@ var promiseForCategory = new Promise(function (resolve) {
})
level++;
}
console.log(all_categories)
resolve(all_categories);
});