Skip to content

Commit

Permalink
Removed process message logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Frankccv committed Aug 31, 2023
1 parent a8a8b03 commit fe07115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/reportReader/ProcessMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function ProcessMessage( database ){
self.process = function( message ) {


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

Expand Down

0 comments on commit fe07115

Please sign in to comment.