Skip to content

Commit cfd2e48

Browse files
committed
Remove debug codes
1 parent 47cafcd commit cfd2e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HousingCheck/HousingCheck.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ private void UploadOnSaleList(ApiVersion apiVersion = ApiVersion.V2)
461461
{
462462
Log("Error", "上报数据为空");
463463
}
464-
Log("Debug", postContent);
464+
//Log("Debug", postContent);
465465
Log("Info", "正在上传空房列表");
466466
Monitor.Exit(this);
467467
bool res = UploadData("info", postContent, mime);

0 commit comments

Comments
 (0)