File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments