@@ -87,7 +87,6 @@ function getMarkDecorations({
8787
8888 Object . entries ( marks || { } ) . forEach ( ( [ key , { start, end } ] ) => {
8989 const [ hatType , letter ] = key . split ( "." ) as [ keyof typeof classesMap , string ] ;
90- console . log ( "π" , key , start , end ) ;
9190
9291 const markLineStart = start . line
9392
@@ -116,7 +115,6 @@ function getMarkDecorations({
116115 alwaysWrap : true ,
117116 }
118117
119- console . log ( "ππ" , decorationItem )
120118
121119 decorations . push ( decorationItem ) ;
122120 } ) ;
@@ -176,7 +174,6 @@ function getIdeFlashDecorations({
176174 } ,
177175 alwaysWrap : true ,
178176 } ;
179- console . log ( "π₯π₯" , decorationItem ) ;
180177 decorations . push ( decorationItem ) ;
181178 }
182179
@@ -190,7 +187,6 @@ function getIdeFlashDecorations({
190187 } ,
191188 alwaysWrap : true ,
192189 }
193- console . log ( "π₯π₯" , decorationItem )
194190 decorations . push ( decorationItem ) ;
195191 } else {
196192 console . warn ( `Unknown range type "${ type } ". Skipping this flash.` ) ;
@@ -222,7 +218,6 @@ function getSlections(
222218 alwaysWrap : true ,
223219 }
224220 decorations . push ( decorationItem )
225- console . log ( "π¦" , decorationItem )
226221 } )
227222
228223 return decorations
0 commit comments