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

Commit ace89c8

Browse files
committed
chore: remove debug log
1 parent 46052be commit ace89c8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

frak-integration.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,10 @@ function frak_settings_page() {
106106
icon: "{$logo_url}",
107107
},
108108
isDismissible: true,
109-
lang: "fr",
109+
lang: "en",
110110
},
111111
},
112112
modalShareConfig: {
113-
text: "Je t'invite à découvrir l'univers et à réserver un essai. Avec ce lien, une surprise t'attend ! 🎁",
114-
popupTitle: "Prêt(e) à partager votre expérience et à parrainer vos proches ?",
115113
link: window.location.href,
116114
}
117115
};
@@ -175,7 +173,6 @@ function updateConfig() {
175173
var appName = $('#frak_app_name').val();
176174
var logoUrl = $('#frak_logo_url').val();
177175
var currentConfig = editor.codemirror.getValue();
178-
console.log("Updating config with stuff", { appName, logoUrl, currentConfig});
179176

180177
// Update name
181178
currentConfig = currentConfig.replace(

0 commit comments

Comments
 (0)