Skip to content
Snippets Groups Projects
Commit 59a8109d authored by Cgarcia's avatar Cgarcia
Browse files

remove small artifact

parent 43a9bde2
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,6 @@ public class DeepLearningVersionDownloader
progressListener.notifyProgress(1, 1);
return downloadFile(urlString, targetDirectory);
}
completeFileSize = 1;
try (BufferedInputStream in = new BufferedInputStream(httpConnection.getInputStream()))
{
FileOutputStream fos = new FileOutputStream(localFilePath.toFile());
......
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