Commit 6d0351488f5d1d4f86564f7c9e3bbac12a3bfc35

Authored by fangcheng
1 parent 3de369ae0d
Exists in master

测试

Showing 1 changed file with 0 additions and 1 deletions

parent/core.sdk/src/main/java/com/lyms/util/remote/HttpRemote.java View file @ 6d03514
... ... @@ -40,7 +40,6 @@
40 40 CloseableHttpResponse response = null;
41 41 try {
42 42 entity = new SerializableEntity(data);
43   - System.out.println(1);
44 43 post.setEntity(entity);
45 44 response = httpclient.execute(post, httpContext);
46 45 entity = response.getEntity();