We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae2745 commit e58ae09Copy full SHA for e58ae09
src/SavedSearch.php
@@ -220,7 +220,6 @@ public function post_addItem()
220
{
221
// for search saved as public, automatically create a link with its entity
222
if (isset($this->input['is_private']) && !$this->input['is_private']) {
223
- Toolbox::logInfo($this);
224
$item = new Entity_SavedSearch();
225
$item->add([
226
'savedsearches_id' => $this->getID(),
0 commit comments