do you mean to remove these lines from the multiping module at http://drupal.org/node/245554? I have patched the module so I'm not sure which lines you are really referring to.
drupal_set_message("op=".$op);
watchdog("Multiping","op=$op");
do you mean to remove these lines from the multiping module at http://drupal.org/node/245554? I have patched the module so I'm not sure which lines you are really referring to.
drupal_set_message("op=".$op);
watchdog("Multiping","op=$op");
Comments
Comment #1
reikiman commentedYeah.. it implies to me the module isn't ready to have debug/tracing messages .. so I disabled it w/o even testing the module.
Comment #2
Skyr commentedTough luck ;-)
The issue's less with the code, but more with my lack of knowledge with cvs... the two lines sneaked in by accident, and I haven't (yet) set the dev tag correctly. Subversion has its icky parts, but in comparison to cvs it's really divine :-(