From a0ef50640f60725abc0acd22e84b6dacbbcd74fa Mon Sep 17 00:00:00 2001 From: Oleksandr Date: Thu, 24 Oct 2024 13:01:34 +0300 Subject: [PATCH] remove dev imports --- smart-contracts/contracts/diamond/facets/SessionRouter.sol | 2 -- 1 file changed, 2 deletions(-) diff --git a/smart-contracts/contracts/diamond/facets/SessionRouter.sol b/smart-contracts/contracts/diamond/facets/SessionRouter.sol index e6510345..1995fc54 100644 --- a/smart-contracts/contracts/diamond/facets/SessionRouter.sol +++ b/smart-contracts/contracts/diamond/facets/SessionRouter.sol @@ -18,8 +18,6 @@ import {LibSD} from "../../libs/LibSD.sol"; import {ISessionRouter} from "../../interfaces/facets/ISessionRouter.sol"; -import "hardhat/console.sol"; - contract SessionRouter is ISessionRouter, OwnableDiamondStorage,