3
0

Remove redundant console.log

This commit is contained in:
Jože Fortun
2024-02-27 09:41:21 +01:00
parent 0043afc4fa
commit 8c7de3dce2
@@ -602,7 +602,6 @@ export default {
refetchRecordBlocks () {
// Don't refresh when creating and prompt user before refreshing when editing
console.log(this.inCreating, this.inEditing, this.compareRecordValues())
if (this.inCreating || (this.inEditing && this.compareRecordValues() && !window.confirm(this.$t('notification:record.staleDataRefresh')))) {
return
}