Skip to content
This repository was archived by the owner on Feb 10, 2020. It is now read-only.

Commit a57007a

Browse files
author
Emmanouil Konstantinidis
committed
Clean up
1 parent 214e010 commit a57007a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

App/Actions/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export function markNotification(id) {
180180
return response.json();
181181
})
182182
.then(json => {
183-
console.log(json.id);
184183
dispatch(markNotificationSuccess(json.id));
185184
})
186185
.catch(error => {

0 commit comments

Comments
 (0)