Skip to content
Snippets Groups Projects
Commit ee810736 authored by Tobias Fiebig's avatar Tobias Fiebig
Browse files

fixed debug statement

parent 35f44f51
Branches master
No related tags found
No related merge requests found
......@@ -94,7 +94,6 @@ def get_delete_users(users, e):
return del_list
def delete_user(u):
print('deleting:',u)
container.exec_run('bundle exec rails runner -e production "User.include_deleted.find_by(email: \''+u+'\').delete"')
def destroy_user(u):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment