From 378db98274852037538a150b1ba2ccab88bd8127 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Tue, 23 Mar 2021 12:26:43 +0100
Subject: [PATCH] remove outdated comment

---
 packages/common/jsonld.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/packages/common/jsonld.js b/packages/common/jsonld.js
index f153175b..69628958 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;
-- 
GitLab