Bye print

This commit is contained in:
thosakwe 2016-12-22 13:20:49 -05:00
parent 0d14460688
commit 331e7aa14c
2 changed files with 1 additions and 3 deletions

View file

@ -11,8 +11,6 @@ buildMapFromUri(Map map, String body) {
var equals = keyValuePair.indexOf('=');
String key = Uri.decodeQueryComponent(keyValuePair.substring(0, equals));
String value = keyValuePair.substring(equals + 1); //Uri.decodeQueryComponent(split[1]);
print('Key: $key');
print('Value: $value');
if (parseArrayRgx.hasMatch(key)) {
Match queryMatch = parseArrayRgx.firstMatch(key);

View file

@ -1,6 +1,6 @@
name: body_parser
author: Tobe O <thosakwe@gmail.com>
version: 1.0.0-dev+3
version: 1.0.0-dev+4
description: Parse request bodies and query strings in Dart.
homepage: https://github.com/thosakwe/body_parser
dependencies: