Skip to content

Commit baba144

Browse files
committed
Update Service.java
1 parent 04e5668 commit baba144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

splunk/src/main/java/com/splunk/Service.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,6 @@ public Job search(String query, Map<String, Object> args) {
13111311
* @return The HTTP response.
13121312
*/
13131313
@Override public ResponseMessage send(String path, RequestMessage request) {
1314-
System.out.println("Path: "+path);
13151314
// cookieStore is a protected member of HttpService
13161315
if (token != null && cookieStore.isEmpty()) {
13171316
request.getHeader().put("Authorization", token);

0 commit comments

Comments
 (0)