comment debug print

This commit is contained in:
end-4
2025-04-06 16:14:34 +02:00
parent c7d8f32c54
commit a0776e10ff
+1 -1
View File
@@ -81,7 +81,7 @@ class BooruService extends Service {
async fetch(msg) {
// Init
const userArgs = `${msg.replace('rating:safe', '')}${(!this._nsfw || msg.includes('safe')) ? ' rating:safe' : ''}`.split(/\s+/);
console.log(userArgs)
// console.log(userArgs)
let taglist = [];
let page = 1;