mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-26 03:53:09 +08:00
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…
Reference in New Issue
Block a user