diff --git a/packages/common/jsonld.js b/packages/common/jsonld.js
index f153175ba9a2c09900976c7c0f8b3c90675852dd..696289582e3daf96e29c9e4c4774e915afeb00ca 100644
--- a/packages/common/jsonld.js
+++ b/packages/common/jsonld.js
@@ -2,7 +2,6 @@ import {send as notify} from './notification';
 import * as utils from "./utils";
 import {i18n} from "./i18n";
 
-// "module.exports = class JSONLD" doesn't work with rollup because of above "import"
 export default class JSONLD {
     constructor(baseApiUrl, entities) {
         this.entities = entities;