Skip to content

Commit

Permalink
remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller committed Mar 5, 2024
1 parent 2d6b04e commit 13d8176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ function addShipSpecifications(specs) {

if (specs.Range) {
addSpeedInformation(specs.Range, infoContainer);
// Temp content as it is not received from document
addSpeedInformation(specs['Number of Passengers'].replace('to', '–').replaceAll(' ', ''), infoContainer, 'passengers', true);
addSpeedInformation(specs.Length, infoContainer);
}
Expand Down

0 comments on commit 13d8176

Please sign in to comment.