print gone

This commit is contained in:
thosakwe 2017-03-07 17:06:26 -05:00
parent ef3d0bb32a
commit 24d45e64b5
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# rethink # 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) [![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. RethinkDB-enabled services for the Angel framework.

View file

@ -159,7 +159,7 @@ class RethinkService extends Service {
Future read(id, [Map params]) async { Future read(id, [Map params]) async {
var query = buildQuery(table.get(id?.toString()), params); var query = buildQuery(table.get(id?.toString()), params);
var found = await _sendQuery(query); var found = await _sendQuery(query);
print('Found for $id: $found'); //print('Found for $id: $found');
if (found == null) { if (found == null) {
throw new AngelHttpException.notFound( throw new AngelHttpException.notFound(

View file

@ -1,5 +1,5 @@
name: angel_rethink name: angel_rethink
version: 1.0.5 version: 1.0.6
description: RethinkDB-enabled services for the Angel framework. description: RethinkDB-enabled services for the Angel framework.
author: Tobe O <thosakwe@gmail.com> author: Tobe O <thosakwe@gmail.com>
environment: environment: