mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 00:09:23 +00:00
Remove console log
This commit is contained in:
parent
4dbaaf17cf
commit
487aeece89
@ -59,7 +59,7 @@ module.exports = {
|
||||
|
||||
generateAPI: (name, description, connection, collectionName, attributes) => {
|
||||
description = _.replace(description, /\"/g, '\\"');
|
||||
console.log(description);
|
||||
|
||||
return new Promise((resolve, reject) => {
|
||||
const scope = {
|
||||
generatorType: 'api',
|
||||
|
Loading…
x
Reference in New Issue
Block a user