Skip to content
Snippets Groups Projects
Commit 4ea0fee1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Debugging for GitHub

parent ea164d84
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ 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.
Please register or to comment