Skip to content
Snippets Groups Projects
Commit e9dfda62 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

removing unnecesary log

parent 2a196f9a
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -114,9 +114,8 @@ describe('MapModel', function() {
return model.getReactionById(reaction.getId()).then(function(result){
assert.equal(null, result);
}).catch(function(exception) {
//check if this is exception about not finding file
logger.debug(exception);
assert.ok(exception.path);
//check if this is exception about not finding file
model.addReaction(reaction);
return model.getReactionById(reaction.getId());
}).then(function(result){
......
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