mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-20 11:48:30 -06:00
SEARCH-273
- Removed console
This commit is contained in:
parent
db286d9db0
commit
6eaee62446
@ -282,7 +282,6 @@ class Search {
|
||||
try {
|
||||
let ret = returnedResult.readCString();
|
||||
resolve(JSON.parse(ret));
|
||||
console.log(JSON.parse(ret));
|
||||
} finally {
|
||||
libSymphonySearch.symSEFreeResult(returnedResult);
|
||||
}
|
||||
@ -382,7 +381,6 @@ class Search {
|
||||
q = q + " AND " + additionalAttachmentQuery
|
||||
}
|
||||
}
|
||||
console.log(q);
|
||||
return q;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user