diff --git a/main.c b/main.c index 79bc2e0..07518cb 100644 --- a/main.c +++ b/main.c @@ -392,7 +392,6 @@ void sellItem(int itemPicked) printf("Sold!\n\n"); if (itemPicked >= 7) { - printf("You have sold an illegal item. Keep it up and the police might start asking questions"); player.illegalItemsSold++; } }