diff --git a/plugins/talk-plugin-akismet/index.js b/plugins/talk-plugin-akismet/index.js index a368da505..4b0e7f997 100644 --- a/plugins/talk-plugin-akismet/index.js +++ b/plugins/talk-plugin-akismet/index.js @@ -9,6 +9,9 @@ const client = akismet.client({ }); let enabled = true; + +// TODO: when using a developer key, this is possible, the plus plan does not +// allow us to check the key. // let enabled = false; // client.verifyKey((err, valid) => { // if (err) {