Skip to content
Snippets Groups Projects
Commit 349b2169 authored by Anton Georgiev's avatar Anton Georgiev
Browse files

omit hiredis package; cleanup

parent 899a6de1
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ export function addMeetingToCollection(meetingId, name, intendedForRecording,
return funct(callback);
} else {
logger.error('nothing happened');
logger.info('the meeting already existed so no information was added');
return callback();
}
}
......
......@@ -11,7 +11,6 @@
"dependencies": {
"classnames": "^2.2.3",
"grunt-cli": "~1.2.0",
"hiredis": "^0.5.0",
"history": "^2.1.2",
"image-size": "~0.5.0",
"meteor-node-stubs": "^0.2.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment