Skip to content

Commit 246539c

Browse files
authored
Remove log line (#24)
* Remove log line * Readme & changelog update
1 parent 6aff402 commit 246539c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.1.0] - 2023-07-05
8+
## [2.1.0] - 2023-07-07
99
### Changed
1010
- Implement DCS parameter (#23)
11+
- Remove unneeded log line that may leak confidential/private information (#22)
1112

1213
## [2.0.1] - 2022-11-07
1314
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can find our SDK [here](https://mvnrepository.com/artifact/com.cm/text-sdk),
1313
<dependency>
1414
<groupId>com.cm</groupId>
1515
<artifactId>text-sdk</artifactId>
16-
<version>2.0.1</version>
16+
<version>2.1.0</version>
1717
</dependency>
1818
```
1919

src/main/java/com/cm/text/utils/HttpHelper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ private static String sendRequest( String method, String url, String data ) {
3535
}
3636
}
3737

38-
System.out.println(response.toString());
39-
4038
return response.toString();
4139
}
4240
catch ( Exception e ) {

0 commit comments

Comments
 (0)