Skip to content

Commit

Permalink
Comment disabled logs
Browse files Browse the repository at this point in the history
  • Loading branch information
slumber committed Jul 6, 2021
1 parent 3bfefbc commit a81040c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/lib/storage/src/event/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ impl<'a, 'c> EventSchema<'a, 'c> {
let block_details = match block_details.into_iter().next() {
Some(block_details) => block_details,
None => {
// Logging is currently disabled.
//
// vlog::warn!(
// "Couldn't create block event, no block details found in the database. \
// Block number: {}, status: {:?}",
Expand Down Expand Up @@ -252,6 +254,8 @@ impl<'a, 'c> EventSchema<'a, 'c> {
{
Ok(account_id) => account_id,
_ => {
// Logging is currently disabled.
//
// vlog::warn!(
// "Couldn't create transaction event, no account id exists \
// in the database. Operation: {:?}",
Expand Down Expand Up @@ -311,6 +315,8 @@ impl<'a, 'c> EventSchema<'a, 'c> {
{
Ok(account_id) => account_id,
_ => {
// Logging is currently disabled.
//
// vlog::warn!(
// "Couldn't create transaction event, no account id exists \
// in the database. Operation: {:?}",
Expand Down

0 comments on commit a81040c

Please sign in to comment.