remove unneeded log

This commit is contained in:
ewin 2025-03-27 15:14:47 -04:00
parent 01a4f9e881
commit e281ff4c9a
Signed by: erin
SSH key fingerprint: SHA256:swjoHhREbZPbWe+gyJNi24d4NAxJSyUIm3fpZj4z3wc

View file

@ -156,7 +156,6 @@ export class MediaWikiClient {
format: 'json',
});
// TODO: error handling
console.log(body);
return body;
}