diff options
author | Minteck <contact@minteck.org> | 2022-01-14 14:37:21 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-01-14 14:37:21 +0100 |
commit | 81884db115f3f6a5d4e968fb77cc050cadb1a05e (patch) | |
tree | 040d5448c46a432facef26d4f9f9fc2823090466 /modules/result.js | |
parent | 541633055c76a0c002fb8509f106f4b449e21207 (diff) | |
download | ponyfind-81884db115f3f6a5d4e968fb77cc050cadb1a05e.tar.gz ponyfind-81884db115f3f6a5d4e968fb77cc050cadb1a05e.tar.bz2 ponyfind-81884db115f3f6a5d4e968fb77cc050cadb1a05e.zip |
v8
Diffstat (limited to 'modules/result.js')
-rw-r--r-- | modules/result.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/result.js b/modules/result.js index 42419ec..d83c550 100644 --- a/modules/result.js +++ b/modules/result.js @@ -32,8 +32,6 @@ module.exports = (query) => { } } - console.log(first); - return { results, first, |