Merge "remove toast from animation benchmark"
diff --git a/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java b/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
index 87baf76..7c03313 100644
--- a/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
+++ b/tests/TileBenchmark/src/com/test/tilebenchmark/ProfiledWebView.java
@@ -23,7 +23,6 @@
 import android.webkit.WebSettingsClassic;
 import android.webkit.WebView;
 import android.webkit.WebViewClassic;
-import android.widget.Toast;
 
 import java.util.ArrayList;
 
@@ -72,10 +71,7 @@
             mContext = c;
         }
 
-        /** Show a toast from the web page */
         public void animationComplete() {
-            Toast.makeText(mContext, "Animation complete!", Toast.LENGTH_SHORT).show();
-            //Log.d(LOGTAG, "anim complete");
             mAnimationTime = System.currentTimeMillis();
         }
     }