summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherModel.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-12-18 11:20:41 -0800
committerandroid-build-merger <android-build-merger@google.com>2015-12-18 11:20:41 -0800
commit13f682f74ec46bd07358d51a52e064fd6221f0fb (patch)
tree59648425756646c068a1b0c5be253a6d8854f602 /src/com/android/launcher3/LauncherModel.java
parent619c21e87b798736ec6140042a8af0de764f45d4 (diff)
parentb740f59c7d572d54402e3a74fb2a23c0f1b1af48 (diff)
downloadandroid_packages_apps_Trebuchet-13f682f74ec46bd07358d51a52e064fd6221f0fb.tar.gz
android_packages_apps_Trebuchet-13f682f74ec46bd07358d51a52e064fd6221f0fb.tar.bz2
android_packages_apps_Trebuchet-13f682f74ec46bd07358d51a52e064fd6221f0fb.zip
Fixing some invalid checks and cleaning some redundant conditions
am: b740f59c7d * commit 'b740f59c7d572d54402e3a74fb2a23c0f1b1af48': Fixing some invalid checks and cleaning some redundant conditions
Diffstat (limited to 'src/com/android/launcher3/LauncherModel.java')
-rw-r--r--src/com/android/launcher3/LauncherModel.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherModel.java b/src/com/android/launcher3/LauncherModel.java
index 19d851d11..fe0abc024 100644
--- a/src/com/android/launcher3/LauncherModel.java
+++ b/src/com/android/launcher3/LauncherModel.java
@@ -3455,7 +3455,7 @@ public class LauncherModel extends BroadcastReceiver
ComponentName componentName = intent.getComponent();
if (componentName == null) {
- Log.d(TAG, "Missing component found in getShortcutInfo: " + componentName);
+ Log.d(TAG, "Missing component found in getShortcutInfo");
return null;
}