forked from github/cordova-android
CB-13530: Removing debug console.logs
This commit is contained in:
parent
5502ddaf0d
commit
b83c3b3684
@ -106,10 +106,6 @@ function apkSorter (fileA, fileB) {
|
||||
}
|
||||
|
||||
function findOutputApksHelper (dir, build_type, arch) {
|
||||
console.log("Directory: " + dir);
|
||||
console.log("Build Type: " + build_type);
|
||||
console.log("Arch: " + arch);
|
||||
|
||||
var shellSilent = shell.config.silent;
|
||||
shell.config.silent = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user