|
From: <kin...@us...> - 2025-08-18 16:32:57
|
Revision: 7298
http://sourceforge.net/p/teem/code/7298
Author: kindlmann
Date: 2025-08-18 16:32:55 +0000 (Mon, 18 Aug 2025)
Log Message:
-----------
removing debugging print statement
Modified Paths:
--------------
teem/trunk/python/cffi/exult.py
Modified: teem/trunk/python/cffi/exult.py
===================================================================
--- teem/trunk/python/cffi/exult.py 2025-08-17 19:22:17 UTC (rev 7297)
+++ teem/trunk/python/cffi/exult.py 2025-08-18 16:32:55 UTC (rev 7298)
@@ -128,7 +128,6 @@
centralized to this file. For example this handles how the nrrd library needs nrrdDefines.h
and nrrdEnums.h as well as nrrd.h.
"""
- print(f'HELLO from tlib_headers({lib=})')
if not lib in _tldeps:
raise RuntimeError(f'{lib} is not a known Teem library')
ret = [f'{lib}.h']
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|