Skip to content

Commit 872fb1f

Browse files
committed
Stop tracking plugins in the bidsmapper that may not actually be used
1 parent d9cfce6 commit 872fb1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bidscoin/bidsmapper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ def bidsmapper(sourcefolder: str, bidsfolder: str, bidsmap: str, template: str,
131131
# Run the bidsmapper plugins
132132
for plugin in plugins:
133133
LOGGER.verbose(f"Executing plugin: {Path(plugin.__file__).stem} -> {sesfolder}")
134-
trackusage(Path(plugin.__file__).stem)
135134
plugin.Interface().bidsmapper(sesfolder, bidsmap_new, bidsmap_old, template)
136135

137136
# Clean-up the temporary unpacked data

0 commit comments

Comments
 (0)