Skip to content
Snippets Groups Projects
Commit a74fa4bd authored by Ron Lucke's avatar Ron Lucke
Browse files

remove comment

parent 43204a0e
No related branches found
No related tags found
No related merge requests found
Pipeline #17909 passed
...@@ -196,14 +196,6 @@ export default { ...@@ -196,14 +196,6 @@ export default {
this.currentAfterFileId = this.afterFileId; this.currentAfterFileId = this.afterFileId;
this.currentAfterWebUrl = this.afterWebUrl; this.currentAfterWebUrl = this.afterWebUrl;
}, },
// updateCurrentBeforeFile(file) {
// this.currentBeforeFile = file;
// this.currentBeforeFileId = file.id;
// },
// updateCurrentAfterFile(file) {
// this.currentAfterFile = file;
// this.currentAfterFileId = file.id;
// },
storeBlock() { storeBlock() {
let cmpInfo = false; let cmpInfo = false;
let cmpInfoBefore = this.$gettext('Bitte wählen Sie ein Vorherbild aus.'); let cmpInfoBefore = this.$gettext('Bitte wählen Sie ein Vorherbild aus.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment