removed console log

pull/89/head
yhtiyar 2021-08-06 16:36:41 +03:00
rodzic e9ac313c82
commit 419f2c8ce4
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -53,7 +53,6 @@ const Entry = () => {
isError,
error,
} = useTxInfo({ tx: ui.currentTransaction });
setInterval(() => console.log(entry, isFetchedAfterMount, isLoading, isError, error), 100)
if (!isFetching) {
return callReroute();
}