Commit 9259d1a9 authored by Varun Patil's avatar Varun Patil

Remove stray log statement

parent 6aff171b
......@@ -147,7 +147,7 @@ public class EventFragment extends BackHandledFragment implements TransitionTarg
Bundle bundle = getArguments();
String eventJson = bundle.getString(Constants.EVENT_JSON);
Log.d(TAG, "onStart: " + eventJson);
event = new Gson().fromJson(eventJson, Event.class);
inflateViews(event);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment