浏览代码

Fix debug line (#171)

Sebastián Katzer 11 年之前
父节点
当前提交
1f208776fc
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/android/Options.java

+ 0 - 2
src/android/Options.java

@@ -167,8 +167,6 @@ public class Options {
         String icon = options.optString("icon", "icon");
         String icon = options.optString("icon", "icon");
         Bitmap bmp = null;
         Bitmap bmp = null;
 
 
-        icon = "https://lh3.ggpht.com/r4Qq0soacA8Lz1gwo81cC5NlsOJE60HCmXOrN7I-pr9dG7ucae83nFY3uBvnFn4G1e5XzcmPRmNUrMIZi-wpSq9e30G9HwQWka8coPc";
-
         if (icon.startsWith("http")) {
         if (icon.startsWith("http")) {
             bmp = getIconFromURL(icon);
             bmp = getIconFromURL(icon);
         } else if (icon.startsWith("file://")) {
         } else if (icon.startsWith("file://")) {