Skip to content

Commit

Permalink
Eliminato log.error inutile
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Sep 27, 2016
1 parent 513c5fd commit 03804cb
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -979,7 +979,6 @@ public String getName() {

@Override
public InputStream getInputStream() throws IOException {
logger.error("getInputStream non implementato Output Stream");
if (outputStream != null){
ByteArrayOutputStream bos = (ByteArrayOutputStream)outputStream;
byte[] byteArray = bos.toByteArray();
Expand Down

0 comments on commit 03804cb

Please sign in to comment.