File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
upload-api/migration-contentful/libs Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ const idArray = require('../utils/restrictedKeyWords');
3535 * // Outputs: 'prefix_my_special_id'
3636 */
3737const uidCorrector = ( uid , prefix ) => {
38- console . log ( 'uidCorrector' , uid , prefix ) ;
3938 let newId = uid ;
4039 if ( idArray . includes ( uid ) ) {
4140 newId = uid . replace ( uid , `${ prefix } _${ uid } ` ) ;
@@ -64,7 +63,6 @@ const uidCorrector = (uid, prefix) => {
6463 * // Outputs: an array of content type objects, each containing metadata and field mappings.
6564 */
6665const createInitialMapper = async ( affix = "" ) => {
67- console . log ( 'Creating initial mapper for content types...' , config , affix ) ;
6866 try {
6967 const initialMapper = [ ] ;
7068 const files = await fs . readdir (
You can’t perform that action at this time.
0 commit comments