Skip to content

Commit

Permalink
Easy code cleanup
Browse files Browse the repository at this point in the history
Summary:
This is a trivial cleanup of an unused variable.

changelog: [internal]

Reviewed By: makovkastar

Differential Revision: D19383062

fbshipit-source-id: 937c8bb6de3aeebefb07940809340104654619fc
  • Loading branch information
mdvacca authored and facebook-github-bot committed Jan 22, 2020
1 parent 6449cc4 commit 86fd4b5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
/** A client for packager that uses WebSocket connection. */
public final class JSPackagerClient implements ReconnectingWebSocket.MessageCallback {
private static final String TAG = JSPackagerClient.class.getSimpleName();
private static final String PACKAGER_CONNECTION_URL_FORMAT =
"ws://%s/message?device=%s&app=%s&context=%s";
private static final int PROTOCOL_VERSION = 2;

private class ResponderImpl implements Responder {
Expand Down

0 comments on commit 86fd4b5

Please sign in to comment.