Skip to content

Commit f6bf5a9

Browse files
Update content/microservices/custom-transport.md
1 parent 0bcb898 commit f6bf5a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/microservices/custom-transport.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ async listen(callback: () => void) {
114114
if (isObservable(streamOrResult)) {
115115
streamOrResult.subscribe();
116116
}
117-
console.log(streamOrResult);
118117
callback();
119118
}
120119
```

0 commit comments

Comments
 (0)