Skip to content

Commit e58ae09

Browse files
remove log
1 parent 6ae2745 commit e58ae09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SavedSearch.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ public function post_addItem()
220220
{
221221
// for search saved as public, automatically create a link with its entity
222222
if (isset($this->input['is_private']) && !$this->input['is_private']) {
223-
Toolbox::logInfo($this);
224223
$item = new Entity_SavedSearch();
225224
$item->add([
226225
'savedsearches_id' => $this->getID(),

0 commit comments

Comments
 (0)