Skip to content

Commit 37f6825

Browse files
committed
cleaning up debug statements
1 parent 9a6c459 commit 37f6825

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,8 @@ jobs:
7575
run: |
7676
echo "Appending aws.kotlin.native=false to smithy-kotlin/gradle.properties..."
7777
echo -e "\n\naws.kotlin.native=false" >> ./smithy-kotlin/gradle.properties
78-
echo "Contents of smithy-kotlin/gradle.properties:"
79-
cat ./smithy-kotlin/gradle.properties
80-
echo ""
81-
8278
echo "Appending aws.kotlin.native=false to aws-sdk-kotlin/gradle.properties..."
8379
echo -e "\n\naws.kotlin.native=false" >> ./aws-sdk-kotlin/gradle.properties
84-
echo "Contents of aws-sdk-kotlin/gradle.properties:"
85-
cat ./aws-sdk-kotlin/gradle.properties
86-
echo ""
8780
- name: Build smithy-kotlin
8881
working-directory: ./smithy-kotlin
8982
shell: bash

0 commit comments

Comments
 (0)