Removed unnecessary vmap-assembling statements. (#137)

This commit is contained in:
i-am-fyre 2021-03-04 14:37:31 -06:00 committed by GitHub
parent 2c091f23d8
commit a5dc2b0598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,10 +190,6 @@ if [ "$USE_VMAPS" = "1" ]; then
./vmap-extractor | tee -a $DETAIL_LOG_FILE
echo "$(date): Extracting of vmaps finished" | tee -a $LOG_FILE
echo "$(date): Start assembling of vmaps..." | tee -a $LOG_FILE
./vmap-assembler Buildings vmaps | tee -a $DETAIL_LOG_FILE
echo "$(date): Assembling of vmaps finished" | tee -a $LOG_FILE
echo | tee -a $LOG_FILE
echo | tee -a $DETAIL_LOG_FILE
fi