From dfced15a4cd27f7d67ec9c6585ac340fbfe370d1 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Mon, 18 Jan 2021 07:54:05 +0100 Subject: [PATCH] Remove test log message --- lib/plugins/lateststorer/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/plugins/lateststorer/index.js b/lib/plugins/lateststorer/index.js index 9950c77b2..3f2e98f1d 100644 --- a/lib/plugins/lateststorer/index.js +++ b/lib/plugins/lateststorer/index.js @@ -28,7 +28,6 @@ module.exports = { case 'browsertime.run': { // Only use the first one for now if (message.iteration === 1 && this.options.copyLatestFilesToBase) { - console.log(message.data.android); const options = this.options; const baseDir = this.storageManager.getBaseDir(); // Hack to get out of the date dir