Skip to content

Commit

Permalink
Remove Canada from the regions supported in this tool
Browse files Browse the repository at this point in the history
  • Loading branch information
richorama committed Nov 14, 2024
1 parent 087fc98 commit debe446
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ const Table = class extends React.Component {
<p>
Thanks to:
<ul>
<li><a href="https://github.com/ncareau">NMC</a> for the storage accounts in Canada.</li>
<li><a href="https://github.com/jurajsucik">Juraj Sucik</a> for the storage accounts in Switzerland and Germany North.</li>
<li><a href="https://github.com/brukarkooperativet-jag">Brukarkooperativet JAG</a> for the storage account in Sweden</li>
<li><a href="https://github.com/wi5nia">Tomasz Wisniewski</a> for the storage account in Poland Central</li>
Expand Down
2 changes: 0 additions & 2 deletions lib/locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module.exports = () => [
{ domain: "speedtestoze", name: "Australia East", icon: "au.svg" },
{ domain: "speedtestukw", name: "West UK", icon: "gb.svg" },
{ domain: "speedtestuks", name: "South UK", icon: "gb.svg" },
{ domain: "speedtestcac", name: "Canada Central", icon: "ca.svg" },
{ domain: "speedtestcae", name: "Canada East", icon: "ca.svg" },
{ domain: "speedtestwestus2", name: "West US 2", icon: "us.svg" },
{ domain: "speedtestwestindia", name: "West India", icon: "in.svg" },
{ domain: "speedtesteastindia", name: "South India", icon: "in.svg" },
Expand Down

0 comments on commit debe446

Please sign in to comment.