Skip to content

Commit

Permalink
doveadm-dict: Remove spurious key = debug logging
Browse files Browse the repository at this point in the history
Was added in 42db382
  • Loading branch information
cmouse committed Aug 7, 2018
1 parent ee19400 commit 1b34e02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/doveadm/doveadm-dict.c
Expand Up @@ -36,8 +36,6 @@ cmd_dict_init_full(struct doveadm_cmd_context *cctx,
!doveadm_cmd_param_str(cctx, "key", &key))
key = "";

i_debug("key = %s", key);

if (!str_begins(key, DICT_PATH_PRIVATE) &&
!str_begins(key, DICT_PATH_SHARED)) {
i_error("Key must begin with '"DICT_PATH_PRIVATE
Expand Down

0 comments on commit 1b34e02

Please sign in to comment.