mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
CB-13530: Removing debug console.logs
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user