Removed pointless line in make.bat

This commit is contained in:
CreepyCrafter24 2019-07-23 15:19:28 +02:00
parent 66504466e9
commit 3309c40d44
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ if %full%==0 (
set /p inp1="Message: "
if %full%==11 (
git add .
echo %inp1%
git commit -m "%inp1%"
git push -u origin master
)