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

Commit

Permalink
CF/BF - Remove console log regarding MSP_DISPLAYPORT.
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra committed Apr 22, 2017
1 parent e79a6b3 commit 1a8bad2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/msp/MSPHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ MspHelper.prototype.process_data = function(dataHandler) {
SENSOR_ALIGNMENT.align_mag = data.readU8();
break;
case MSPCodes.MSP_DISPLAYPORT:
console.log('Received \'MSP_DISPLAYPORT\' message, ignored.');
break;
case MSPCodes.MSP_SET_RAW_RC:
break;
Expand Down

0 comments on commit 1a8bad2

Please sign in to comment.