Skip to content

Commit 79c3290

Browse files
committed
fix: rm some logs
1 parent 8a332f9 commit 79c3290

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

apps/strapi/src/api/application/controllers/application.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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);

apps/strapi/src/sm/app.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,5 @@ export default {
114114
// });
115115
// app.registerPlugin({ ... });
116116
// },
117-
console.log(app);
118117
},
119118
};

0 commit comments

Comments
 (0)