Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Commit

Permalink
remove url logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bdonald25 committed Apr 6, 2015
1 parent 449c2d5 commit aa875c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libs/iSENSE Imports/src/edu/uml/cs/isense/comm/API.java
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,6 @@ private String makeRequest(String baseURL, String path, String parameters,
int mstat = 0;
try {
URL url = new URL(baseURL + "/" + path + "?" + parameters);
System.out.println("Connect to: " + url);

HttpURLConnection urlConnection = (HttpURLConnection) url
.openConnection();
Expand Down

0 comments on commit aa875c0

Please sign in to comment.