newFile.getParentFile().mkdirs();
             moved = tmpFile.renameTo(newFile);
             
-                Log_OC.d("mediaScan", "mediaScan : " + newFile.getAbsolutePath());
                 MediaScannerConnection.scanFile(MainApp.getAppContext(), 
                         new String[]{newFile.getAbsolutePath()}, null, null);
                         
         }
         Log_OC.i(TAG, "Download of " + mFile.getRemotePath() + " to " + getSavePath() + ": " + result.getLogMessage());
         
-        
         return result;
     }