mirror of
https://github.com/strapi/strapi.git
synced 2025-10-28 00:22:51 +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 }) {
|
bootstrap({ strapi }: { strapi: Strapi }) {
|
||||||
const result = strapi.customAddMethod(11, 31);
|
// This should return 42
|
||||||
|
strapi.customAddMethod(11, 31);
|
||||||
// This should print "42"
|
|
||||||
console.log(result);
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user