Skip to content

Commit

Permalink
chore: Remove unneded
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed May 21, 2024
1 parent 9b792db commit d0b1b3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5,733 deletions.
1 change: 0 additions & 1 deletion mdoc-js/src/main/scala/mdoc/modifiers/JsMods.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ object JsMods {
val fenceBlocks = fences.value.split(" ")
val dropScala = fenceBlocks.tail // first entry is scala
val remainingFences = dropScala.filterNot(_.contains("mdoc:js"))
// println(remainingFences.mkString(" ", " ", ""))
AllMods(jsMods, remainingFences)
}
}
Expand Down
Loading

0 comments on commit d0b1b3d

Please sign in to comment.