소스 검색

移除測試訊息

Mike 3 년 전
부모
커밋
f32ef470d2
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      api/main.py

+ 1 - 3
api/main.py

@@ -62,9 +62,7 @@ async def checkCellphone(cellphone: str = ''):
             cellphone_list.append(t.strip())
         
     cellphone_list = "','".join(cellphone_list)
-
-    print ('cellphone_list = ' + cellphone_list) # test
-    
+   
     # 取得資料庫連線
     db = get_db_connection()