Skip to content

Commit

Permalink
chore: logging
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 9, 2018
1 parent 4f6b89f commit 3717236
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,10 @@ app.connect = function (callback) {
// All routes must be registered after middleware
// Register stripe webhooks
if (options.payment && options.payment.stripe && options.store.adapter === 'mysql') {
console.log('>> adding stripe routes');
stripeRoutes(app);
} else {
console.log('-- disabled stripe routes');
}
// Register all routes

Expand Down

0 comments on commit 3717236

Please sign in to comment.