From de2b098731d0ded4496f3ee192b3dd906b7c597f Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Mon, 5 Oct 2020 19:05:54 +0200 Subject: [PATCH] Removed debug output --- appveyor.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0d960d04a..e8022a4b8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -315,8 +315,6 @@ build_script: ExecMinGWCmd 'mkdir -p client/build; cd client/build; cmake -G""MSYS Makefiles"" ..; make VERBOSE=1;' - ExecMinGWCmd 'cat /pm3/proxmark/client/build/CMakeFiles/CMakeOutput.log' - Write-Host "---------- PS cmake tests ----------" -ForegroundColor Yellow ExecMinGWCmd './tools/pm3_tests.sh --clientbin client/build/proxmark3.exe client'