mirror of
https://github.com/strapi/strapi.git
synced 2025-10-27 16:10:08 +00:00
Remove console.log from the kitchensink-ts index.ts file
This commit is contained in:
parent
431ccbe55c
commit
8729ba6fdd
@ -9,9 +9,7 @@ export default {
|
||||
},
|
||||
|
||||
bootstrap({ strapi }: { strapi: Strapi }) {
|
||||
const result = strapi.customAddMethod(11, 31);
|
||||
|
||||
// This should print "42"
|
||||
console.log(result);
|
||||
// This should return 42
|
||||
strapi.customAddMethod(11, 31);
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user