Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![npm version](https://badge.fury.io/js/solwr.svg)](https://badge.fury.io/js/solwr)

# Solwr
# Solwr(-fork)

Solr nodejs wrapper, mongoose inspired
Solr nodejs wrapper, mongoose inspired (with a simple log removal)

## Getting Started
### Prerequisites
Expand All @@ -20,7 +20,7 @@ solr create_core -c products
### Installing

```
npm install --save solwr
npm install --save solwr-fork
```

## Running the tests
Expand Down
1 change: 0 additions & 1 deletion libs/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ Query.prototype.remove = function ( callback ) {

Query.prototype.exec = function () {
var _this = this;
console.log( "[REQUEST] " + this.$url );

return new Promise( function ( approve, reject ) {
if ( _this.__callback__ ) {
Expand Down
Loading