From b7441e8901e5515b7a7ee4c485fc209ca12ebfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Wed, 21 Aug 2019 08:23:27 +0200 Subject: [PATCH] Remove Debug Print from AppVeyor --- scripts/appveyor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/appveyor.sh b/scripts/appveyor.sh index 4dc13c5..aafa89d 100755 --- a/scripts/appveyor.sh +++ b/scripts/appveyor.sh @@ -61,7 +61,6 @@ cmake \ .. || exit 1 ninja || exit 1 -cat gui/chiaki_autogen/*/qrc_resources.cpp cd .. || exit 1