Skip to content

Commit 59773dd

Browse files
committed
Remove extra output
Signed-off-by: Adam Reese <[email protected]>
1 parent 61c8477 commit 59773dd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

v3/examples/sqlite/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ func init() {
4242
pets = append(pets, &pet)
4343
}
4444
json.NewEncoder(w).Encode(pets)
45-
46-
fmt.Fprintln(w, "spinframework wasip2 sqlite!")
4745
})
4846
}
4947

0 commit comments

Comments
 (0)