diff options
Diffstat (limited to 'sql/item_strfunc.cc')
-rw-r--r-- | sql/item_strfunc.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_strfunc.cc b/sql/item_strfunc.cc index 7d4715d507b..da15365c236 100644 --- a/sql/item_strfunc.cc +++ b/sql/item_strfunc.cc @@ -1267,9 +1267,7 @@ String *Item_func_password::val_str(String *str) if (res->length() == 0) return &empty_string; make_scrambled_password(tmp_value,res->c_ptr()); - printf("Returned to the function\n"); str->set(tmp_value,get_password_length(),res->charset()); - printf("At the exit\n"); return str; } |