Skip to content

Commit ad24655

Browse files
committed
🔇 removed logging
1 parent 228ff3c commit ad24655

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

server/services/chartbrew.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = createCoreService('plugin::chartbrew.chartbrew', {
4040
},
4141

4242
async setSettings(settings) {
43-
console.log("settings", settings);
4443
const pluginStore = getPluginStore();
4544
const config = await pluginStore.get({ key: 'settings' });
4645

@@ -50,8 +49,6 @@ module.exports = createCoreService('plugin::chartbrew.chartbrew', {
5049
newConfig.hasToken = false;
5150
}
5251

53-
console.log("newConfig", newConfig);
54-
5552
await pluginStore.set({ key: 'settings', value: newConfig });
5653

5754
return pluginStore.get({ key: 'settings' });
@@ -69,7 +66,6 @@ module.exports = createCoreService('plugin::chartbrew.chartbrew', {
6966
// get the api prefix
7067
const apiEndpoint = strapi.config.api?.rest?.prefix?.replace('/', '');
7168
templateData.apiEndpoint = apiEndpoint;
72-
console.log("strapi.config", strapi.config);
7369

7470
let project;
7571
// create a new project first

0 commit comments

Comments
 (0)