Skip to content

Commit

Permalink
Removed unnecessary console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
okovpashko committed Sep 22, 2015
1 parent c3346f4 commit a5c2fcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const config = require( './config' ),
const onTicketFound = function ( key, channel ) {
jiraTicket.get( key, function ( error, ticket ) {
if ( error ) {
console.error( error );
return;
}

Expand Down

0 comments on commit a5c2fcb

Please sign in to comment.