mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] runbot: remove console.log
This commit is contained in:
parent
2fec54838e
commit
e27c9d2eaf
@ -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')))
|
||||
|
Loading…
Reference in New Issue
Block a user