Merge pull request #585 from xeroc/584-remove-warning
Remove unnecessariy warning (issue #584)
This commit is contained in:
commit
a3cfa1055e
1 changed files with 0 additions and 4 deletions
|
|
@ -237,10 +237,6 @@ fc::variants database_api_impl::get_objects(const vector<object_id_type>& ids)co
|
|||
this->subscribe_to_item( id );
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
elog( "getObjects without subscribe callback??" );
|
||||
}
|
||||
|
||||
fc::variants result;
|
||||
result.reserve(ids.size());
|
||||
|
|
|
|||
Loading…
Reference in a new issue