GatechVIP / gatech-swapr-server-node

1 stars 8 forks source link

use debug instead of console.log #43

Closed stuartf closed 7 years ago

stuartf commented 7 years ago

console.log is a little sloppy and messes up the test parsing on shippable. This fix uses the debug module which is included in express by default. You can turn the messages on locally by setting the environment variable DEBUG=instructorController