diff --git a/UNCCScavenger/src/edu/uncc/scavenger/SearchActivity.java b/UNCCScavenger/src/edu/uncc/scavenger/SearchActivity.java index 584e4f9..8ccad34 100644 --- a/UNCCScavenger/src/edu/uncc/scavenger/SearchActivity.java +++ b/UNCCScavenger/src/edu/uncc/scavenger/SearchActivity.java @@ -177,7 +177,7 @@ public class SearchActivity extends Activity { protected void onPostExecute(String result) { super.onPostExecute(result); key = result; - Toast.makeText(getApplicationContext(), key, Toast.LENGTH_SHORT).show(); + //Toast.makeText(getApplicationContext(), key, Toast.LENGTH_SHORT).show(); if(key!= null) { restLocation.setKey(key);