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

Commit

Permalink
Removed some test code I had left behind
Browse files Browse the repository at this point in the history
  • Loading branch information
dapenguin committed Aug 1, 2017
1 parent ad24e56 commit 853da2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = options => {
withFlags: true,
withBackendAuthentication: true,
withServiceMetrics: true,
product: 'kat',
product: '',
layoutsDir: path.join(__dirname, '../browser/layout'),
}, options || {});

Expand Down

0 comments on commit 853da2e

Please sign in to comment.