From b19c235a123319e3d5ee179563eb3e5e5e7b57ea Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 13 Aug 2024 12:13:41 +0100 Subject: [PATCH] remove commmented type declarations --- libs/remix-debug/src/solidity-decoder/types/ArrayType.ts | 1 - libs/remix-debug/src/solidity-decoder/types/StringType.ts | 1 - .../remix-ui/home-tab/src/lib/components/types/carouselTypes.ts | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/remix-debug/src/solidity-decoder/types/ArrayType.ts b/libs/remix-debug/src/solidity-decoder/types/ArrayType.ts index 992ca03c1c..b4b9177774 100644 --- a/libs/remix-debug/src/solidity-decoder/types/ArrayType.ts +++ b/libs/remix-debug/src/solidity-decoder/types/ArrayType.ts @@ -5,7 +5,6 @@ import { RefType } from './RefType' const sha3256 = util.sha3_256 export class ArrayType extends RefType { - // declare underlyingType arraySize constructor (underlyingType, arraySize, location) { diff --git a/libs/remix-debug/src/solidity-decoder/types/StringType.ts b/libs/remix-debug/src/solidity-decoder/types/StringType.ts index f00c6fd4ec..9b507a9ffa 100644 --- a/libs/remix-debug/src/solidity-decoder/types/StringType.ts +++ b/libs/remix-debug/src/solidity-decoder/types/StringType.ts @@ -2,7 +2,6 @@ import { DynamicByteArray } from './DynamicByteArray' export class StringType extends DynamicByteArray { - // typeName constructor (location) { super(location) diff --git a/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts b/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts index 598d9a9668..d65054171d 100644 --- a/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts +++ b/libs/remix-ui/home-tab/src/lib/components/types/carouselTypes.ts @@ -102,7 +102,7 @@ export default class Carousel extends React.Component { previous: (slidesHavePassed: number) => void; next: (slidesHavePassed: number) => void; goToSlide: (slide: number, skipCallbacks?: SkipCallbackOptions) => void; - // declare state: CarouselInternalState; + setClones: ( slidesToShow: number, itemWidth?: number,