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