Skip to content

Commit 3b01a48

Browse files
author
Ludo Galabru
committed
fix: nefarious logs
1 parent 97060a1 commit 3b01a48

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

components/chainhook-event-observer/src/indexer/ordinals/indexing/updater/inscription_updater.rs

+6-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl<'a, 'db, 'tx> InscriptionUpdater<'a, 'db, 'tx> {
137137
};
138138

139139
ctx.try_log(|logger| {
140-
slog::info!(
140+
slog::trace!(
141141
logger,
142142
"Decision: {}/{:?}/{:?}",
143143
is_first_sat_pristine,
@@ -231,6 +231,11 @@ impl<'a, 'db, 'tx> InscriptionUpdater<'a, 'db, 'tx> {
231231
flotsam: Flotsam,
232232
new_satpoint: SatPoint,
233233
) -> Result {
234+
// println!(
235+
// "update_inscription_location {} - {:?} - {:?}",
236+
// new_satpoint, input_sat_ranges, flotsam
237+
// );
238+
234239
let inscription_id = flotsam.inscription_id.store();
235240

236241
match flotsam.origin {

0 commit comments

Comments
 (0)