Skip to content
Snippets Groups Projects
Commit 391f4caf authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Fix: Removed log messages

parent 05d09ce6
No related branches found
No related tags found
1 merge request!81Fix: Removed log messages
Pipeline #739226 passed
......@@ -429,8 +429,6 @@ export default defineComponent({
if (this.resourceForm.license && this.resourceForm.license.id) {
this.selectedLicense = this.resourceForm.license.id;
}
console.debug("VIS: ", this.resourceForm.visibility);
console.debug("VISz: ", this.visibilities);
if (this.resourceForm.visibility && this.resourceForm.visibility.id) {
this.selectedVisibility = this.resourceForm.visibility.id;
} else {
......@@ -503,7 +501,6 @@ export default defineComponent({
this.selectedVisibility = visibility.id;
this.resourceForm.visibility = visibility;
}
console.debug("DEF VIS: ", this.visibilities);
},
translateResourceNameToDisplayName() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment