Skip to content
Snippets Groups Projects
Commit ce032011 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Remove debug message

parent f972c13b
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,6 @@ class SpaCyNLPPipelineModelList extends ResourceList { ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment