Skip to content

Commit

Permalink
add debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Feb 12, 2016
1 parent 01876f7 commit e13d967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/hftsite.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var sendForAWhile = (function() {
var parsedUrl;

var tryInform = function() {
debug("inform: " + hftUrl);
io.sendJSON(hftUrl, data, options, function(err) {
// do I care?
if (err) {
Expand Down

0 comments on commit e13d967

Please sign in to comment.