We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0ed7b commit 9ebdd29Copy full SHA for 9ebdd29
src/js/components/notification.js
@@ -13,8 +13,6 @@ var Notification = React.createClass({
13
},
14
15
markAsRead: function () {
16
- console.log(AuthStore.authStatus());
17
-
18
apiRequests
19
.patchAuth('https://api.github.com/notifications/threads/' + this.props.notification.id)
20
.end(function (err, response) {
0 commit comments