From 4d3cf273c319e0a2a8748e7a5d94f9d4b7fc7254 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 9 Oct 2024 17:51:26 +0200 Subject: [PATCH] remove uneeded --- apps/vyper/src/app/utils/remix-client.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/vyper/src/app/utils/remix-client.tsx b/apps/vyper/src/app/utils/remix-client.tsx index 3d5d7d204a..916124b812 100644 --- a/apps/vyper/src/app/utils/remix-client.tsx +++ b/apps/vyper/src/app/utils/remix-client.tsx @@ -5,7 +5,6 @@ import { PluginClient } from '@remixproject/plugin' import { Contract, compileContract } from './compiler' import { ExampleContract } from '../components/VyperResult' import EventEmitter from 'events' -import { Plugin } from "@remixproject/engine"; import { CustomRemixApi } from '@remix-api' export type VyperComplierAddress = 'https://vyper2.remixproject.org/' | 'http://localhost:8000/' @@ -14,7 +13,6 @@ export class RemixClient extends PluginClient { compilerUrl: VyperComplierAddress = 'https://vyper2.remixproject.org/' compilerOutput: any eventEmitter = new EventEmitter() - devMode = true constructor() { super()