Skip to content

Commit

Permalink
fix: remove testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTWF authored Apr 14, 2024
1 parent 5a902ad commit 9576373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/intention/IntentionCodeUpdatedMessage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace UKControllerPlugin::IntentionCode {
nlohmann::json IntentionCodeUpdatedMessage::GetMessageData() const
{
return nlohmann::json{
{"callsign", "\xFF" + this->callsign},
{"callsign", this->callsign},
{"exit_point", this->exitPoint},
{"code", this->code},
};
Expand Down

0 comments on commit 9576373

Please sign in to comment.