A quick fix for this is
just to delete the lines (46-48):
$handle = fopen ($LOGFILE, "a+");
fwrite($handle, $string);
fclose($handle);
from mod_quick_question_sendform.php
You won't have a text log file of the questions, but you could always save them in your email or print them, etc.
SPARKLE
