Closed (fixed)
Project:
Drupal Markup Engine
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
16 Mar 2011 at 18:59 UTC
Updated:
1 Apr 2011 at 03:01 UTC
Jump to comment: Most recent file
Can we just remove code that's dead or only used for debugging instead of commenting it out? It'll still be there in Git if you need to get to it for some reason. But, it makes the code harder to read and understand. I believe this helps explain the bug at #1095014-2: Remember node context without <dme:context> tags., where set_node() is only called in commented-out code blocks.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1095056-2.dme-no-debug-code.patch | 10.09 KB | dww |
| #1 | 1095056-1.dme-no-debug-code.patch | 9.19 KB | dww |
Comments
Comment #1
dwwComment #2
dwwMissed some. Use this instead.
Comment #3
jcfiala commentedOkay, I've committed this change.