diff --git a/main.cpp b/main.cpp index 1eee7b3..420e2f1 100644 --- a/main.cpp +++ b/main.cpp @@ -114,7 +114,6 @@ int main() { while(1) { if (needsFetch) { - printw("Fetching SOL conversion rate, please wait...\n"); refresh(); rate = getConversionRate(); needsFetch = false;