print gone
This commit is contained in:
parent
ef3d0bb32a
commit
24d45e64b5
3 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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 <thosakwe@gmail.com>
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue