mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:57:10 +02:00
fix for indentation in log.js
This commit is contained in:
parent
413d382234
commit
a64305c993
1 changed files with 5 additions and 8 deletions
|
@ -149,9 +149,6 @@ ready = function() {
|
|||
|
||||
var filter = "";
|
||||
|
||||
// Register for log events
|
||||
// Process added
|
||||
|
||||
function shouldDisplayLogMessage(message) {
|
||||
return !filter || message.toLowerCase().indexOf(filter) >= 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue