From: tobiasKaminsky Date: Fri, 21 Nov 2014 17:12:48 +0000 (+0100) Subject: - removed Log X-Git-Tag: oc-android-1.7.0_signed~90^2~17 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/df1ab9cfaa4ee50f9c6995a1f7cec94f0143e758?ds=inline;hp=-c - removed Log --- df1ab9cfaa4ee50f9c6995a1f7cec94f0143e758 diff --git a/src/com/owncloud/android/operations/DownloadFileOperation.java b/src/com/owncloud/android/operations/DownloadFileOperation.java index f3eace9c..d0d249e0 100644 --- 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); - Log_OC.d("mediaScan", "mediaScan : " + newFile.getAbsolutePath()); 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()); - return result; }