From 15ca775005b01d182e56f871b4e8ab8439de0c16 Mon Sep 17 00:00:00 2001 From: Bai Date: Tue, 17 Mar 2020 15:21:12 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E5=88=A0=E9=99=A4=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E6=97=B6=E5=85=B3=E4=BA=8E?= =?UTF-8?q?task=E7=9A=84log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/tasks/push_system_user.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/assets/tasks/push_system_user.py b/apps/assets/tasks/push_system_user.py index 472d5de4e..eb3978178 100644 --- a/apps/assets/tasks/push_system_user.py +++ b/apps/assets/tasks/push_system_user.py @@ -121,7 +121,6 @@ def get_push_windows_system_user_tasks(system_user, username=None): ''.format(username, username, password), } } - print(task) tasks.append(task) return tasks