>> quick-n-dirty:
>> put the following in your file >:)
>> #define printf(args...)  do { } while(0)

even better
#define printf()
(replace by nothing)

Dirk.