Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Dec 13, 2016
1 parent 0f48349 commit b687aab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/app.js
@@ -1,11 +1,9 @@
const feathers = require('feathers');
const rest = require('feathers-rest');
const socketio = require('feathers-socketio');
// const primus = require('feathers-primus');
const hooks = require('feathers-hooks');
const memory = require('feathers-memory');
const bodyParser = require('body-parser');
// const errors = require('feathers-errors');
const errorHandler = require('feathers-errors/handler');
const auth = require('feathers-authentication');
const local = require('feathers-authentication-local');
Expand Down

0 comments on commit b687aab

Please sign in to comment.