mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08:00
remove 'puts'
This commit is contained in:
parent
21c6c82473
commit
25d80aabce
1 changed files with 0 additions and 1 deletions
|
@ -405,7 +405,6 @@ class UserMerger
|
|||
|
||||
def update_user_id(table_name, opts = {})
|
||||
builder = update_user_id_sql_builder(table_name, opts)
|
||||
puts builder.to_sql
|
||||
builder.exec(source_user_id: @source_user.id, target_user_id: @target_user.id)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue