[FIX] runbot: remove console.log

This commit is contained in:
William Braeckman 2024-11-06 16:26:07 +01:00
parent 2fec54838e
commit e27c9d2eaf

View File

@ -8,7 +8,6 @@ patch(Message.prototype, {
this.kept = false;
},
isMultiline(trackingValue) {
console.log(trackingValue)
const oldValue = trackingValue.oldValue.value;
const newValue = trackingValue.newValue.value;
return ((oldValue && typeof oldValue=== 'string' && oldValue.includes('\n')) && (newValue && typeof oldValue=== 'string' && newValue.includes('\n')))