Posted by quicksketch on April 10, 2010 at 2:17am
2 followers
| Project: | Webform |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
The "webform_debug" variables allows you to print out debugging information after creating submissions. This was intended as a development tool mostly for viewing the contents of e-mails without actually sending them. However I personally don't use it since I have a local mail server set up, and alternatively you can now log e-mails to watchdog instead of sending them using the devel module. And of course if you're doing development, you could always just put these debugging statements directly in the code if you needed them. For these reasons, I think it's time to say good-bye to this variable, which should prevent unnecessary confusion when this option gets accidentally enabled.
| Attachment | Size |
|---|---|
| webform_debug_remove.patch | 2.93 KB |
Comments
#1
Looks like that last patch didn't have the changes to webform.admin.inc included. Here we are. This patch has been committed to both 3.x branches.
#2
Sheesh, the committed patch.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.