Skip to content

Commit 44549e2

Browse files
committed
remove debug info
1 parent 745f75e commit 44549e2

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/components/discovery/InfiniteScrollServers.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,7 @@ export const InfiniteScrollServers = ({
3737
))}
3838
</div>
3939
) : (
40-
<div>
41-
<div>{t("noServerTip")}</div>
42-
{/* temp status */}
43-
<div className="mt-4 text-xs opacity-50">
44-
Debug: servers={servers.length}, isLoading={isLoading.toString()},
45-
isFetching={isFetching.toString()}
46-
</div>
47-
</div>
40+
<div>{t("noServerTip")}</div>
4841
)}
4942
</div>
5043
);

0 commit comments

Comments
 (0)