Skip to content
Snippets Groups Projects
Commit 206d1ff7 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove debug code

parent 28a2c8a6
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,6 @@ GitHubTrackerSource.prototype.poll = function() {
issues[key] = res[key];
}
}
console.log('GitHub DEBUG: ' + JSON.stringify(issues));
source.readItems(issues, false);
});
};
......
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