diff --git a/README.md b/README.md index 1d29fdd4..06280dad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rethink -[![version 1.0.5](https://img.shields.io/badge/pub-1.0.5-brightgreen.svg)](https://pub.dartlang.org/packages/angel_rethink) +[![version 1.0.6](https://img.shields.io/badge/pub-1.0.6-brightgreen.svg)](https://pub.dartlang.org/packages/angel_rethink) [![build status](https://travis-ci.org/angel-dart/rethink.svg?branch=master)](https://travis-ci.org/angel-dart/rethink) RethinkDB-enabled services for the Angel framework. diff --git a/lib/src/rethink_service.dart b/lib/src/rethink_service.dart index 0d3e4aac..a869ee59 100644 --- a/lib/src/rethink_service.dart +++ b/lib/src/rethink_service.dart @@ -159,7 +159,7 @@ class RethinkService extends Service { Future read(id, [Map params]) async { var query = buildQuery(table.get(id?.toString()), params); var found = await _sendQuery(query); - print('Found for $id: $found'); + //print('Found for $id: $found'); if (found == null) { throw new AngelHttpException.notFound( diff --git a/pubspec.yaml b/pubspec.yaml index f53df862..537cf14c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_rethink -version: 1.0.5 +version: 1.0.6 description: RethinkDB-enabled services for the Angel framework. author: Tobe O environment: