Remove debug output

This commit is contained in:
Pavel Stupnikov
2017-04-14 16:18:55 +03:00
parent cb5bd6c408
commit d61626be1f

View File

@@ -395,7 +395,6 @@ struct MainWindow : Window
break;
case GHK_BORROW_ALL:
fprintf(stderr, "Borow all!\n");
DoCommandP(0, 0, 1, CMD_INCREASE_LOAN | CMD_MSG(STR_ERROR_CAN_T_BORROW_ANY_MORE_MONEY));
break;