mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Remove debug message
This commit is contained in:
		@@ -89,7 +89,6 @@ class SpaCyNLPPipelineModelList extends ResourceList {
 | 
				
			|||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  mapResourceToValue(spaCyNLPPipelineModel) {
 | 
					  mapResourceToValue(spaCyNLPPipelineModel) {
 | 
				
			||||||
    console.log(spaCyNLPPipelineModel);
 | 
					 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
      'id': spaCyNLPPipelineModel.id,
 | 
					      'id': spaCyNLPPipelineModel.id,
 | 
				
			||||||
      'creation-date': spaCyNLPPipelineModel.creation_date,
 | 
					      'creation-date': spaCyNLPPipelineModel.creation_date,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user