1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 15:28:06 +02:00

Remove stray log

This commit is contained in:
Shane Kilkelly 2020-06-03 09:15:34 +01:00
parent 3ae43fb632
commit fe0b336523

View file

@ -5,7 +5,6 @@ set -euo pipefail
SPACES_PER_INDENT=4
WARNINGS_FILE="$(mktemp)"
echo ">> $WARNINGS_FILE"
function add_warning() {
echo "$@" >> "$WARNINGS_FILE"