Skip to content

Commit

Permalink
#65 removed excess print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
will-t committed Apr 24, 2023
1 parent 5c6f25a commit b671a61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,6 @@ export class UtilityOpticalRecognitionComponent implements OnInit {

saveChanges(){
if(this.toDo.length == 0){
alert(this.toDo.length)
this.showToDoAlert = false;
this.endProfile();
} else {
Expand Down

0 comments on commit b671a61

Please sign in to comment.