[FIX] runbot: remove console.log

This commit is contained in:
William Braeckman 2024-11-06 16:26:07 +01:00 committed by xdo
parent 2fec54838e
commit 63dac316ab

View File

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