Remove log

This commit is contained in:
Rémi de Juvigny 2022-08-22 15:12:29 +02:00
parent 7273fa0fe3
commit ee48e4cbea

View File

@ -1,8 +1,6 @@
'use strict'; 'use strict';
module.exports = ({ strapi }) => { module.exports = ({ strapi }) => {
console.log('Running register in customfields plugin');
strapi.customFields.register([ strapi.customFields.register([
{ {
name: 'color', name: 'color',