Skip to content

Commit ca8233c

Browse files
committed
small logging and semantic changes
1 parent 03d31df commit ca8233c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
tags: setavenger/blindbit-oracle:dev-${{ steps.commit.outputs.short }} # Use the short SHA to distinguish dev images
4444

4545
# Build and push the Docker image (tags)
46-
- name: Build and push Docker image
46+
- name: Build and push Docker image (tags)
4747
if: startsWith(github.ref, 'refs/tags/')
4848
uses: docker/build-push-action@v4
4949
with:
@@ -61,5 +61,3 @@ jobs:
6161
push: true
6262
build-args: --progress=plain
6363
tags: setavenger/blindbit-oracle:${{ github.ref_name }}
64-
65-

src/db/dblevel/utxo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func DeleteBatchUTXOs(utxos []types.UTXO) error {
9999
common.ErrorLogger.Println(err)
100100
return err
101101
}
102-
common.DebugLogger.Printf("Deleted %d UTXOs\n", len(utxos))
102+
// common.DebugLogger.Printf("Deleted %d UTXOs\n", len(utxos))
103103
return nil
104104
}
105105

0 commit comments

Comments
 (0)