Remove console.log

This commit is contained in:
Douglas Barone 2022-06-09 17:59:22 +00:00
parent e5a690d01e
commit bc2d218e5d

View File

@ -7,8 +7,6 @@ export async function wifiDevices(parent, { take = 50, skip = 0, search, sortBy,
if (!onlineOnly) onlineOnly = undefined
console.log(sortBy, sortDesc);
const where = {
OR: [
{ hostname: { contains: search, mode } },