Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-romes committed Jan 24, 2021
1 parent b1ee49f commit 3737ab0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ void process_input(numberstack* numbers, operation** current_op, char* in) {
}
else {

if (in[0] == '\0')
mvwprintw(displaywin, 17, 22, "HIHI HI HI HI");

if (strpbrk(in, VALID_NUMBER_INPUT) || in[0] == '\0') {

// If is the invalid operation (first in array of operations)
Expand Down

0 comments on commit 3737ab0

Please sign in to comment.