From 26886cc7d5511822e12b49fd4633bda3ff59208c Mon Sep 17 00:00:00 2001 From: pbattu123 Date: Tue, 17 Dec 2019 12:13:46 -0400 Subject: [PATCH] avoid wlog as it filling up space --- libraries/chain/proposal_object.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/chain/proposal_object.cpp b/libraries/chain/proposal_object.cpp index 04c6168d..1d5a8706 100644 --- a/libraries/chain/proposal_object.cpp +++ b/libraries/chain/proposal_object.cpp @@ -43,9 +43,6 @@ bool proposal_object::is_authorized_to_execute(database& db) const } catch ( const fc::exception& e ) { - #ifndef NDEBUG - wlog( "caught exception ${e} while checking authorization of proposal operations",("e", e.to_detail_string()) ); - #endif return false; } return true;