Remove print statement

This commit is contained in:
0xb00bface 2021-01-01 17:17:18 +01:00
parent a9d5888190
commit 1ae3743bed
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}
}