diff --git a/components/content/ArticleSystemDistributionPlot.vue b/components/content/ArticleSystemDistributionPlot.vue
index d90dafcbf6698baaa8f47afe6bd863c2fe0cf77c..695219ae7bc8a8e91170c93df3d921674de5478a 100644
--- a/components/content/ArticleSystemDistributionPlot.vue
+++ b/components/content/ArticleSystemDistributionPlot.vue
@@ -198,12 +198,7 @@ async function fetchSystemHits() {
     } catch (error) {
         throw createError(`Cannot get hits on refseq for system: ${toValue(systemName)} `)
     } finally {
-        setTimeout(() => {
-            console.log("Delayed for 1 second.");
-            pending.value = false
-        }, "3000");
-
-
+        pending.value = false
     }
 }