Skip to content

Commit

Permalink
fix: remove console.log (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones authored Mar 24, 2021
1 parent 457b285 commit f704bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/locals.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Locals.prototype.updateOptions = function(options) {

function updatePauseState(options, logger) {
var state = pauseStateFromOptions(options);
console.log('setPauseOnExceptions', state);
Locals.session.post('Debugger.setPauseOnExceptions', { state: state}, (err, _result) => {
if (err) {
logger.error('error in setPauseOnExceptions', err);
Expand Down

0 comments on commit f704bb3

Please sign in to comment.