File tree Expand file tree Collapse file tree
api/application/controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export default factories.createCoreController(
1414 "api::application.application" ,
1515 ( { strapi } ) => ( {
1616 async create ( ctx : any ) {
17- console . log ( "create application" , ctx ) ;
1817 const standardRes = await super . create ( ctx ) ;
1918
2019 const {
@@ -53,8 +52,6 @@ export default factories.createCoreController(
5352 } ,
5453 ) ;
5554
56- console . log ( standardRes ) ;
57-
5855 // send email
5956 try {
6057 const res = await strapi . plugins [ "email-designer" ]
@@ -106,7 +103,6 @@ export default factories.createCoreController(
106103 // console.log({ position, updatedApplication })
107104 // }, 10000)
108105 // }
109- console . log ( { res } ) ;
110106 } catch ( error ) {
111107 console . error ( error ) ;
112108 return ctx . badRequest ( standardRes , error ) ;
Original file line number Diff line number Diff line change @@ -114,6 +114,5 @@ export default {
114114 // });
115115 // app.registerPlugin({ ... });
116116 // },
117- console . log ( app ) ;
118117 } ,
119118} ;
You can’t perform that action at this time.
0 commit comments