Skip to content

Commit 8d4805d

Browse files
author
Chris Bellew
committed
Removed some extraneous lines.
1 parent b3c3b18 commit 8d4805d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/com/atomjack/googlesearchplexcontrol/MainActivity.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ private void showPlexClients(List<PlexClient> clients) {
326326

327327
final ListView serverListView = (ListView)serverSelectDialog.findViewById(R.id.serverListView);
328328
final ClientListAdapter adapter = new ClientListAdapter(this, clients);
329-
// PlexClient c = (PlexClient)adapter.getItem(0);
330-
// Log.v(TAG, "Client 0: " + c.getName());
331329
serverListView.setAdapter(adapter);
332330
serverListView.setOnItemClickListener(new ListView.OnItemClickListener() {
333331

@@ -351,7 +349,6 @@ private void setClient(PlexClient client) {
351349

352350
private void saveSettings() {
353351
Gson gson = new Gson();
354-
// String json = mPrefs.getString("Server", "");
355352
mPrefsEditor.putString("Server", gson.toJson(this.server));
356353
mPrefsEditor.putString("Client", gson.toJson(this.client));
357354
mPrefsEditor.putBoolean("resume", mPrefs.getBoolean("resume", false));

0 commit comments

Comments
 (0)