Skip to content

Commit 0deef98

Browse files
committed
remove debug log
1 parent 5c3ce74 commit 0deef98

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ runs:
5757
src/bindings/compiled
5858
src/bindings/mina-transaction/gen
5959
key: bindings-${{ github.event.pull_request.head.sha || github.sha }}-${{ inputs.proof_systems_commit }}
60-
61-
- run: echo "cache-hit is ${{ steps.bindings-cache.outputs.cache-hit }}"
62-
shell: bash
63-
6460
- name: Build the o1js bindings
6561
if: ${{ steps.bindings-cache.outputs.cache-hit != 'true' }}
6662
shell: bash

0 commit comments

Comments
 (0)