Remove debug print from previous commit.

BUG=

Review URL: https://codereview.chromium.org//27000007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28516 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ajohnsen@google.com 2013-10-11 14:05:16 +00:00
parent 86e664e645
commit b95a02f0b5

View file

@ -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");