Download & Extend

Remove the "webform_debug" variable

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.

AttachmentSize
webform_debug_remove.patch2.93 KB

Comments

#1

Status:active» fixed

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.

AttachmentSize
webform_debug_remove.patch 4.17 KB

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.