Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Commit

Permalink
ununcomment line and add back in the developerFeedback
Browse files Browse the repository at this point in the history
  • Loading branch information
leggsimon committed Jun 19, 2017
1 parent 7c69184 commit f66439d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ app.listen(5005)
})
}
else {
// console.error(developerFeedback) //eslint-disable-line
const developerFeedback = '*\r\n* Developers note: _test-server/app only does anything if there\'s a `process.env.PA11Y` or a `process.env.CIRCLE_BUILD_NUM` environment variable. Basically, it\'s only meant to run in CircleCI. \r\n*';
console.error(developerFeedback) //eslint-disable-line
}
});

0 comments on commit f66439d

Please sign in to comment.