WuYiPei 5 years ago
parent
commit
88200d22bd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Controller/UserController.py

+ 0 - 1
Controller/UserController.py

@@ -2854,7 +2854,6 @@ class Image_Code_RegisterView(TemplateView):
             "is_active": True,
             "user_isValid": True,
         }
-        print("bbbb")
         users = Device_User.objects.create(**create_data)
         return response.json(0)