Skip to content

Commit e73f3ac

Browse files
author
Robert Ramsay
committed
Remove debug logs
1 parent a72bb26 commit e73f3ac

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

RELEASE.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
## [2.2.2]((http://central.maven.org/maven2/com/telesign/telesign/2.2.2/) - 2018-05-25
2-
- 2019-05-20
1+
## [2.2.3](http://central.maven.org/maven2/com/telesign/telesign/2.2.3/) - 2018-10-02
2+
- 2018-10-02
3+
- Removed log messages.
4+
5+
## [2.2.2](http://central.maven.org/maven2/com/telesign/telesign/2.2.2/) - 2018-05-25
6+
- 2018-05-20
37
- Fixed support for application/json content-type
48

59
## [2.2.1](http://central.maven.org/maven2/com/telesign/telesign/2.2.1/) - 2018-03-09

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'com.telesign'
6-
version '2.2.2'
6+
version '2.2.3'
77

88
apply plugin: 'idea'
99
apply plugin: 'java'

src/main/java/com/telesign/RestClient.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ public static Map<String, String> generateTelesignHeaders(String customerId, Str
226226
stringToSignBuilder.append(String.format("\n%s", resource));
227227

228228
String stringToSign = stringToSignBuilder.toString();
229-
System.out.println(stringToSign);
230-
System.out.println("End of writes");
231229

232230
String signature;
233231
Mac sha256HMAC = Mac.getInstance("HmacSHA256");

0 commit comments

Comments
 (0)