diff --git a/process/DSGVO_lib/process.js b/process/DSGVO_lib/process.js
index b461e37581f6cfe83a25bf35e033fba0d4c79db2..856d712c28826460c073f50f92aea3135ad98a64 100644
--- a/process/DSGVO_lib/process.js
+++ b/process/DSGVO_lib/process.js
@@ -96,6 +96,7 @@ function getDSGVOTable (pPerson, pType)
     for(i = 0; i < comm.length; i++)
     {
         // TODO .... funktioniert nicht, findet gar keine Comms mehr
+        // info: Internet fehlt/funktioniert nicht?
         if(comm[i][0] && comm[i][1])
         {
             var medium = KeywordUtils.getViewValue($KeywordRegistry.communicationMedium(), comm[i][1]);