Skip to content

Commit

Permalink
🔨 Disable request logging in model test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aswetlow committed Aug 2, 2018
1 parent 1673ba8 commit 1133a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ class BaseApp extends EventEmitter {

if (process.argv.indexOf('--model-test') > -1 ) {
let testLanguageModelHandler = {};
this.enableRequestLogging(true);
this.enableRequestLogging(false);
this.enableResponseLogging(false);
testLanguageModelHandler['LAUNCH'] = function() {
this.ask('Start');
Expand Down

0 comments on commit 1133a33

Please sign in to comment.