avoid wlog as it filling up space
This commit is contained in:
parent
a7937bf4ae
commit
26886cc7d5
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue