monitoring: Remove unnecessary group call in the host comment query

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-05 14:40:17 +02:00
parent f3b84b7ae8
commit 52a0ad363f

View File

@ -154,7 +154,6 @@ class HostcommentQuery extends IdoQuery
'sgo.objecttype_id = ?',
4
);
$this->group('ho.name1');
}
/**