Skip to content
Snippets Groups Projects
Commit e8f8e989 authored by tpylak's avatar tpylak
Browse files

minor: do not print stack trace

SVN: 17755
parent 4d2931b6
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ abstract class AbstractImagesDownloadServlet extends AbstractDatasetDownloadServ
}
} catch (Exception e)
{
e.printStackTrace();
//e.printStackTrace();
printErrorResponse(response, "Error: " + e.getMessage());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment