Skip to content

Commit

Permalink
Removed debugger from Process message
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankccv committed Aug 31, 2023
1 parent fe07115 commit 0217669
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/reportReader/ProcessMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function ProcessMessage( database ){

//console.log( "Process Message "+message );
//message = message.replace(/\(null\)/g, 'null');
debugger;
//debugger;

var msg;
//report is a JSON array ???
Expand Down Expand Up @@ -375,7 +375,7 @@ function ProcessMessage( database ){
if( reportForwarding.isEnable( reportId ) )
reportForwarding.send( msg );

debugger;
// debugger;

//_TODO: re-enable this
_database.add(msg, function (err, err_msg) {});
Expand Down

0 comments on commit 0217669

Please sign in to comment.