File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/com/atomjack/googlesearchplexcontrol Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -326,8 +326,6 @@ private void showPlexClients(List<PlexClient> clients) {
326
326
327
327
final ListView serverListView = (ListView )serverSelectDialog .findViewById (R .id .serverListView );
328
328
final ClientListAdapter adapter = new ClientListAdapter (this , clients );
329
- // PlexClient c = (PlexClient)adapter.getItem(0);
330
- // Log.v(TAG, "Client 0: " + c.getName());
331
329
serverListView .setAdapter (adapter );
332
330
serverListView .setOnItemClickListener (new ListView .OnItemClickListener () {
333
331
@@ -351,7 +349,6 @@ private void setClient(PlexClient client) {
351
349
352
350
private void saveSettings () {
353
351
Gson gson = new Gson ();
354
- // String json = mPrefs.getString("Server", "");
355
352
mPrefsEditor .putString ("Server" , gson .toJson (this .server ));
356
353
mPrefsEditor .putString ("Client" , gson .toJson (this .client ));
357
354
mPrefsEditor .putBoolean ("resume" , mPrefs .getBoolean ("resume" , false ));
You can’t perform that action at this time.
0 commit comments