From 212ed5830f9b7326ec34a26debded1cce33f0fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Pu=C5=A1i=C4=87?= Date: Tue, 30 Jan 2024 16:14:26 +0100 Subject: [PATCH] Remove superfluous comment --- src/mg_import_csv.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mg_import_csv.cpp b/src/mg_import_csv.cpp index 4679b7ba5..e02c23a8f 100644 --- a/src/mg_import_csv.cpp +++ b/src/mg_import_csv.cpp @@ -480,7 +480,6 @@ void ProcessNodeRow(memgraph::storage::Storage *store, const std::vectorCommit().HasError()) throw LoadException("Couldn't store the node"); }