Skip to content

Commit

Permalink
Remove some unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Sep 7, 2020
1 parent 12f4e29 commit b612caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import debug from "debug";
import { IncomingMessage, ServerResponse } from "http";
import getRawBody from "raw-body";
import WebSocket from "ws";

import { EIP1193Provider, EthereumProvider } from "../../../types";
import { EIP1193Provider } from "../../../types";
import {
isSuccessfulJsonResponse,
isValidJsonRequest,
Expand All @@ -20,8 +19,6 @@ import {

// tslint:disable only-buidler-error

const log = debug("buidler:core:buidler-evm:jsonrpc");

export default class JsonRpcHandler {
constructor(private readonly _provider: EIP1193Provider) {}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import util from "util";

import {
EIP1193Provider,
EthereumProvider,
ProjectPaths,
RequestArguments,
} from "../../../types";
Expand Down

0 comments on commit b612caf

Please sign in to comment.