mirror of
https://github.com/strapi/strapi.git
synced 2025-08-11 02:07:51 +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) => {
|
generateAPI: (name, description, connection, collectionName, attributes) => {
|
||||||
description = _.replace(description, /\"/g, '\\"');
|
description = _.replace(description, /\"/g, '\\"');
|
||||||
console.log(description);
|
|
||||||
return new Promise((resolve, reject) => {
|
return new Promise((resolve, reject) => {
|
||||||
const scope = {
|
const scope = {
|
||||||
generatorType: 'api',
|
generatorType: 'api',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user