mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 13:38:53 +02:00
Removed commented out code since we do not need it
This commit is contained in:
parent
b451571e10
commit
d7226b76a4
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
}
|
||||
|
||||
for (var i = 0; i < messageParts.length; i++) {
|
||||
messageFormatted.push(messageParts[i])
|
||||
messageFormatted.push(messageParts[i]);
|
||||
}
|
||||
|
||||
for (var i = 0; i < messageFormatted.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue