randydev commited on
Commit
83dc276
·
verified ·
1 Parent(s): 4bf78ed

Update plugins/alldownloader.js

Browse files
Files changed (1) hide show
  1. plugins/alldownloader.js +1 -1
plugins/alldownloader.js CHANGED
@@ -90,7 +90,7 @@ AllDlRoutes.get('/api/v1/dl/xnxxsearch-v2', apiLimiter, async (req, res) => {
90
  }
91
  const results = await testings.default.search(q);
92
  res.json({ message: results });
93
- console.log(testings.default);
94
  } catch (error) {
95
  res.status(500).json({ error: error.message });
96
  }
 
90
  }
91
  const results = await testings.default.search(q);
92
  res.json({ message: results });
93
+ console.dir(testings);
94
  } catch (error) {
95
  res.status(500).json({ error: error.message });
96
  }