diff --git a/trustgraph-cli/scripts/tg-load-kg-core b/trustgraph-cli/scripts/tg-load-kg-core index e2d0a405..4e207cf1 100755 --- a/trustgraph-cli/scripts/tg-load-kg-core +++ b/trustgraph-cli/scripts/tg-load-kg-core @@ -93,7 +93,6 @@ async def loader(ge_queue, t_queue, path, format, user, collection): if collection: unpacked["metadata"]["collection"] = collection - if unpacked[0] == "t": await t_queue.put(unpacked[1]) t_counts += 1