Skip to content

Commit eaf5e4f

Browse files
committed
Remove comments
1 parent 9bf2f5b commit eaf5e4f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • shared/src/commonMain/kotlin/dev/robercoding/htmlscreenshot

shared/src/commonMain/kotlin/dev/robercoding/htmlscreenshot/App.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,9 @@ fun App() {
108108
byteArray = result.data
109109
}
110110
is Html2ScreenshotResult.Error -> {
111-
// println("Error: ${result.exception.message}")
111+
println("Error: ${result.exception.message}")
112112
}
113113
}
114-
// byteArray = converter.urlToByteArray("https://www.google.com/")
115-
// byteArray = converter.urlToByteArray("https://consum.es/")
116114
}
117115
}
118116
) {

0 commit comments

Comments
 (0)