Remove debug

This commit is contained in:
Wizzard 2024-04-10 10:32:39 -04:00
parent f5816bd796
commit d7b5bdc15a
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ int main() {
while(1) {
if (needsFetch) {
printw("Fetching SOL conversion rate, please wait...\n");
refresh();
rate = getConversionRate();
needsFetch = false;