X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/7d84fd0c9f15227bc65a2ae00a74e1cfd8f8d33b..4861636185cb8b589fa1e5dfa51ea3f135757d55:/src/com/owncloud/android/syncadapter/FileSyncAdapter.java diff --git a/src/com/owncloud/android/syncadapter/FileSyncAdapter.java b/src/com/owncloud/android/syncadapter/FileSyncAdapter.java index 4eafeac5..f78ed242 100644 --- a/src/com/owncloud/android/syncadapter/FileSyncAdapter.java +++ b/src/com/owncloud/android/syncadapter/FileSyncAdapter.java @@ -1,9 +1,10 @@ /* ownCloud Android client application * Copyright (C) 2011 Bartek Przybylski + * Copyright (C) 2012-2013 ownCloud Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -315,7 +316,6 @@ public class FileSyncAdapter extends AbstractOwnCloudSyncAdapter { getContext().getString(R.string.sync_fail_ticker), String.format(getContext().getString(R.string.sync_fail_content_unauthorized), getAccount().name), notification.contentIntent); - Log.e(TAG, "NEEDS TO UPDATE CREDENTIALS"); } else { notification.setLatestEventInfo(getContext().getApplicationContext(), getContext().getString(R.string.sync_fail_ticker),