mirror of
https://github.com/danbulant/Nertivia-Client
synced 2026-06-18 22:11:03 +00:00
Removed console.log :c
This commit is contained in:
parent
4017bd4085
commit
20b328a872
1 changed files with 0 additions and 1 deletions
|
|
@ -29,7 +29,6 @@ export default {
|
|||
const keys = Object.keys(json);
|
||||
let result = [];
|
||||
keys.forEach(function(key){
|
||||
console.log(json[key])
|
||||
if (json[key].recipients && json[key].recipients.length > 0 && !json[key].servers)
|
||||
result.push(json[key]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue