Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 7557e15

Browse files
cleanup an installation log
1 parent 154d25f commit 7557e15

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

publish/scripts/installer.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function askExternalPushMessagingOnlyPrompt() {
7070
if (err) {
7171
return console.log(err);
7272
}
73-
console.log(">> askExternalPushMessagingOnlyPrompt result: " + JSON.stringify(result));
7473
mergeConfig(result);
7574
askExternalPushMessagingOnlyPromptResult(result);
7675
askiOSPrompt();
@@ -235,12 +234,9 @@ function promptQuestions() {
235234
if (mlkitErr) {
236235
return console.log(mlkitErr);
237236
}
238-
console.log("result: " + JSON.stringify(result));
239-
console.log("mlkitResult: " + JSON.stringify(mlkitResult));
240237
for (var attrname in mlkitResult) {
241238
result[attrname] = mlkitResult[attrname];
242239
}
243-
console.log("mergedResult result: " + JSON.stringify(result));
244240
mergeConfig(result);
245241
promptQuestionsResult(result);
246242
askSaveConfigPrompt();

src/scripts/postinstall.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,6 @@ function askExternalPushMessagingOnlyPrompt() {
28682868
if (err) {
28692869
return console.log(err);
28702870
}
2871-
console.log(">> askExternalPushMessagingOnlyPrompt result: " + JSON.stringify(result));
28722871
mergeConfig(result);
28732872
askExternalPushMessagingOnlyPromptResult(result);
28742873
askiOSPrompt();
@@ -3033,12 +3032,9 @@ function promptQuestions() {
30333032
if (mlkitErr) {
30343033
return console.log(mlkitErr);
30353034
}
3036-
console.log("result: " + JSON.stringify(result));
3037-
console.log("mlkitResult: " + JSON.stringify(mlkitResult));
30383035
for (var attrname in mlkitResult) {
30393036
result[attrname] = mlkitResult[attrname];
30403037
}
3041-
console.log("mergedResult result: " + JSON.stringify(result));
30423038
mergeConfig(result);
30433039
promptQuestionsResult(result);
30443040
askSaveConfigPrompt();

0 commit comments

Comments
 (0)