Skip to content

Commit 2eaecfa

Browse files
committed
fix: removed iflogger statement
1 parent 7fe6251 commit 2eaecfa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nipype/utils/provenance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ def safe_encode(x, as_literal=True):
125125
return value
126126
try:
127127
if isinstance(x, (str, string_types)):
128-
iflogger.info(type(x))
129128
if os.path.exists(x):
130129
value = 'file://%s%s' % (getfqdn(), x)
131130
if not as_literal:

0 commit comments

Comments
 (0)