projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
- removed Log
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
operations
/
DownloadFileOperation.java
diff --git
a/src/com/owncloud/android/operations/DownloadFileOperation.java
b/src/com/owncloud/android/operations/DownloadFileOperation.java
index
f3eace9
..
d0d249e
100644
(file)
--- a/
src/com/owncloud/android/operations/DownloadFileOperation.java
+++ b/
src/com/owncloud/android/operations/DownloadFileOperation.java
@@
-153,7
+153,6
@@
public class DownloadFileOperation extends RemoteOperation {
newFile.getParentFile().mkdirs();
moved = tmpFile.renameTo(newFile);
newFile.getParentFile().mkdirs();
moved = tmpFile.renameTo(newFile);
- Log_OC.d("mediaScan", "mediaScan : " + newFile.getAbsolutePath());
MediaScannerConnection.scanFile(MainApp.getAppContext(),
new String[]{newFile.getAbsolutePath()}, null, null);
MediaScannerConnection.scanFile(MainApp.getAppContext(),
new String[]{newFile.getAbsolutePath()}, null, null);
@@
-163,7
+162,6
@@
public class DownloadFileOperation extends RemoteOperation {
}
Log_OC.i(TAG, "Download of " + mFile.getRemotePath() + " to " + getSavePath() + ": " + result.getLogMessage());
}
Log_OC.i(TAG, "Download of " + mFile.getRemotePath() + " to " + getSavePath() + ": " + result.getLogMessage());
-
return result;
}
return result;
}