avoid wlog as it filling up space

This commit is contained in:
pbattu123 2019-12-17 12:13:46 -04:00
parent a7937bf4ae
commit 26886cc7d5

View file

@ -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;