summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-03 12:22:24 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-03 12:22:24 +0000
commitb7142e4ecb26cb9afee46f986c83f58f9bbf1510 (patch)
tree3a82c23d24ec5c9b8e6cedf264895e579ad1b206 /roundcubemail/program/steps/mail
parent484835ecadd21ad42cf13ebf5f50f3db41b91a40 (diff)
- remove temp console usage
git-svn-id: https://svn.roundcube.net/trunk@3313 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/search.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/search.inc b/roundcubemail/program/steps/mail/search.inc
index cfdb6fb96..54c765047 100644
--- a/roundcubemail/program/steps/mail/search.inc
+++ b/roundcubemail/program/steps/mail/search.inc
@@ -82,7 +82,6 @@ else if(trim($str))
$search_mods = $RCMAIL->config->get('search_mods', $SEARCH_MODS_DEFAULT);
$search_mods[$mbox] = array_fill_keys(array_keys($subject), 1);
$RCMAIL->user->save_prefs(array('search_mods' => $search_mods));
- console($search_mods);
} else {
// search in subject by default
$subject['subject'] = 'HEADER SUBJECT';