Skip to content
Snippets Groups Projects
Commit 90f6361a authored by Jakob Dieterle's avatar Jakob Dieterle
Browse files

removed console print statements

parent 72927daf
Branches
Tags
1 merge request!285Resolve "Create new yarn lockfile"
Pipeline #248163 failed
......@@ -64,7 +64,6 @@ export default {
instanceSettings: function () {
const filtered = Object.entries(ConfigModule.state.config.instanceSettings)
.filter(([key,]) => !this.ignoredFields.includes(key))
console.log(filtered)
return Object.fromEntries(filtered)
},
},
......
......@@ -121,7 +121,6 @@ export default class commentLabelSelector extends Vue {
}
}).filter((val): val is FeedbackLabel => {
if (!val) {
console.error('Encountered invalid label pk. This should be investigated.')
return false
}
......
......@@ -26,7 +26,6 @@ export default {
},
methods: {
readMapFileAndApply () {
console.debug('hallo')
this.fileReader.onload = event => {
const studentMap = JSON.parse(event.target.result)
this.reverseMapStudents(studentMap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment