diff options
-rw-r--r-- | scripts/cssa-webring.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cssa-webring.js b/scripts/cssa-webring.js index 561923f..acfd4e0 100644 --- a/scripts/cssa-webring.js +++ b/scripts/cssa-webring.js @@ -6,6 +6,8 @@ function load_random_site() { .then((obj) => { const entries = obj; // TODO: remove myself from the list const entries_cleaned = obj.filter((item) => { + console.log(item); + return true; return !item.is({ name: "jjanzen's website", url: "https://jjanzen.ca", |