Skip to content

Commit ea8d074

Browse files
committed
chore: remove leftover log statement
1 parent 186c6e2 commit ea8d074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tagstudio/src/core/library/alchemy/library.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,6 @@ def add_namespace(self, namespace: Namespace) -> bool:
11861186
f"{RESERVED_NAMESPACE_PREFIX}",
11871187
namespace=namespace,
11881188
)
1189-
logger.error("Should not see me")
11901189

11911190
namespace_obj = Namespace(
11921191
namespace=slug,

0 commit comments

Comments
 (0)