CB-13530: Removing debug console.logs

This commit is contained in:
Joe Bowser 2017-11-02 14:45:51 -07:00
parent 5502ddaf0d
commit b83c3b3684

View File

@ -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;