Skip to content

Commit

Permalink
Removed console.log statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
knirirr committed Nov 22, 2024
1 parent 702f8f3 commit 841eae6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Editor/EditPublications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,8 @@ export default {
} else {
let dataPublication;
if (Array.isArray(data)) {
console.log("Array!");
dataPublication = data[0];
} else {
console.log("Object!");
dataPublication = data;
}
if (dataPublication.metadata !== undefined) {
Expand Down

0 comments on commit 841eae6

Please sign in to comment.