From 29e54f640b2ae3ab3df9aa6148b4ec008c1f65bd Mon Sep 17 00:00:00 2001 From: Sahara Yousuf Date: Fri, 8 Mar 2024 14:59:48 -0600 Subject: [PATCH] Remove debugging statement --- .github/workflows/test-dotnet-samples.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-dotnet-samples.yml b/.github/workflows/test-dotnet-samples.yml index 8b066b5..0ca8625 100644 --- a/.github/workflows/test-dotnet-samples.yml +++ b/.github/workflows/test-dotnet-samples.yml @@ -138,8 +138,6 @@ jobs: run: | sample_name=$(basename "$PWD") - ls -la $HOME/.nuget/packages/adobe.pdf.library.sampleinput/1.0.0/build/Resources/Sample_Input - if { [ "$sample_name" != "ConvertToOffice" ] && [ "$sample_name" != "CreateDocFromXPS" ]; } || [ "${{matrix.os}}" != 'macos-14' ]; then if [ "${{matrix.os}}" == 'windows-latest' ]; then if [ "$sample_name" == "DocToImages" ]; then