Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 5124d46

Browse files
committed
fix(plugins/plugin-client-common): clean out leftover debug messages
1 parent b45c9a4 commit 5124d46

File tree

1 file changed

+0
-31
lines changed
  • plugins/plugin-client-common/src/components/Content/Markdown/rehype-tabbed

1 file changed

+0
-31
lines changed

plugins/plugin-client-common/src/components/Content/Markdown/rehype-tabbed/index.ts

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -208,37 +208,6 @@ export function hackIndentation(source: string): string {
208208
const currentEndMarker = endMarkers.length === 0 ? undefined : endMarkers[endMarkers.length - 1]
209209
const endMarker = tabStartMatch ? END_OF_TAB : END_OF_TIP
210210

211-
if (line === '=== "Using a binary"')
212-
console.error(
213-
'!!!!!!!!!!!!!!AA',
214-
indentDepth,
215-
thisIndentDepth,
216-
currentEndMarker,
217-
endMarker,
218-
line,
219-
endMarkers.slice()
220-
)
221-
if (line === ' ??? bug "Having issues upgrading `kn` using Homebrew?"')
222-
console.error(
223-
'!!!!!!!!!!!!!!BB',
224-
indentDepth,
225-
thisIndentDepth,
226-
currentEndMarker,
227-
endMarker,
228-
line,
229-
endMarkers.slice()
230-
)
231-
if (line === ' !!! note')
232-
console.error(
233-
'!!!!!!!!!!!!!!CC',
234-
indentDepth,
235-
thisIndentDepth,
236-
currentEndMarker,
237-
endMarker,
238-
line,
239-
endMarkers.slice()
240-
)
241-
242211
const possibleEndTab =
243212
(indentDepth === thisIndentDepth && currentEndMarker === END_OF_TIP) || endMarker === END_OF_TIP
244213
? pop(line, 0)

0 commit comments

Comments
 (0)