| Index: sdk/lib/io/http_headers.dart
|
| diff --git a/sdk/lib/io/http_headers.dart b/sdk/lib/io/http_headers.dart
|
| index 27069761a08959d93a3e0ce7bd1337ba136cbdd2..2dac442c20f35cb95cac469ea7dcb615e0b490e2 100644
|
| --- a/sdk/lib/io/http_headers.dart
|
| +++ b/sdk/lib/io/http_headers.dart
|
| @@ -571,7 +571,6 @@ class _HeaderValue implements HeaderValue {
|
| StringBuffer sb = new StringBuffer();
|
| index++;
|
| while (!done()) {
|
| - print(s[index]);
|
| if (s[index] == "\\") {
|
| if (index + 1 == s.length) {
|
| throw new HttpException("Failed to parse header value");
|
|
|