diff --git a/dist/protocol.esm.js b/dist/protocol.esm.js
index ad8f994d584c683cf4f518422065f219aa493977..af2c4d3897ce985e5fe135acedf3f608326f59ae 100644
--- a/dist/protocol.esm.js
+++ b/dist/protocol.esm.js
@@ -133,7 +133,6 @@ class GenericSoarProtocol extends GenericProtocol {
   loadSchema(version) {
     this.axios = axios;
     let repository = "https://git.noc.ac.uk/communications-backbone-system/backbone-message-format";
-    // TODO check this path resolves for tags
     let url = `${repository}/-/raw/${version}/project/soar/swagger.json`;
     return this.axios.get(url)
     .then((response) => {
diff --git a/dist/protocol.js b/dist/protocol.js
index d58f9949777d090e670597079613ddddd8ab286b..748120d0fb9a8c71cd073cb0cd65671442e3f617 100644
--- a/dist/protocol.js
+++ b/dist/protocol.js
@@ -135,7 +135,6 @@ class GenericSoarProtocol extends GenericProtocol {
   loadSchema(version) {
     this.axios = axios;
     let repository = "https://git.noc.ac.uk/communications-backbone-system/backbone-message-format";
-    // TODO check this path resolves for tags
     let url = `${repository}/-/raw/${version}/project/soar/swagger.json`;
     return this.axios.get(url)
     .then((response) => {
diff --git a/src/protocol/index.js b/src/protocol/index.js
index 2ed8019f2f990644859f0e0d02bc70a6d125bca9..a0bc8f73aea588256fbc0c0380db64327917728f 100644
--- a/src/protocol/index.js
+++ b/src/protocol/index.js
@@ -133,7 +133,6 @@ export class GenericSoarProtocol extends GenericProtocol {
   loadSchema(version) {
     this.axios = axios;
     let repository = "https://git.noc.ac.uk/communications-backbone-system/backbone-message-format";
-    // TODO check this path resolves for tags
     let url = `${repository}/-/raw/${version}/project/soar/swagger.json`;
     return this.axios.get(url)
     .then((response) => {