Testing languages

This commit is contained in:
2025-01-17 23:10:34 +01:00
parent 03656acb6f
commit 3247c0132a
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -108,7 +108,6 @@ func main() {
cleaned := parser.ParseStream(chunk)
if len(cleaned) > 0 {
fmt.Println(chunk, string(chunk))
ctx.Response().Write(cleaned)
ctx.Response().Flush()
}