Skip to content

Commit 9ebdd29

Browse files
author
Emmanouil Konstantinidis
committed
Clean Up
1 parent 8d0ed7b commit 9ebdd29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/components/notification.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ var Notification = React.createClass({
1313
},
1414

1515
markAsRead: function () {
16-
console.log(AuthStore.authStatus());
17-
1816
apiRequests
1917
.patchAuth('https://api.github.com/notifications/threads/' + this.props.notification.id)
2018
.end(function (err, response) {

0 commit comments

Comments
 (0)