mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Easy code cleanup
Summary: This is a trivial cleanup of an unused variable. changelog: [internal] Reviewed By: makovkastar Differential Revision: D19383062 fbshipit-source-id: 937c8bb6de3aeebefb07940809340104654619fc
This commit is contained in:
committed by
Facebook Github Bot
parent
6449cc4363
commit
86fd4b5e36
@@ -18,8 +18,6 @@ import org.json.JSONObject;
|
||||
/** 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 {
|
||||
|
||||
Reference in New Issue
Block a user