Remove print statement
This commit is contained in:
parent
a9d5888190
commit
1ae3743bed
|
@ -14,7 +14,6 @@ import java.util.stream.Collectors;
|
|||
import javax.xml.bind.JAXBException;
|
||||
|
||||
import org.json.JSONArray;
|
||||
import org.json.JSONException;
|
||||
import org.json.JSONObject;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
@ -136,9 +135,6 @@ public class StripchatModel extends AbstractModel {
|
|||
} else {
|
||||
throw new HttpException(response.code(), response.message());
|
||||
}
|
||||
} catch(JSONException e) {
|
||||
System.err.println(getName());
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue