Skip to content

Commit d8503d9

Browse files
committed
Remove debug statement from solution to 20.1
1 parent 063a65f commit d8503d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/solutions/20_1_content_negotiation_again.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function readStreamAsString(stream, callback) {
1919
path: "/author",
2020
headers: {Accept: type}
2121
}, function(response) {
22-
return console.log(response.read());
2322
readStreamAsString(response, function(error, content) {
2423
if (error) throw error;
2524
console.log("Type " + type + ": " + content);

0 commit comments

Comments
 (0)