aboutsummaryrefslogtreecommitdiff
path: root/src/framework.js
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-12-25 12:28:30 -0800
committerAlon Zakai <azakai@mozilla.com>2010-12-25 12:28:30 -0800
commit8e5c52df194f951187e897e5213849828e41b490 (patch)
tree4f42c35f387cf5553893fa8db58299330bf582bd /src/framework.js
parent7985433ea6d2beb324f8ae7cd653407376955555 (diff)
code cleanup
Diffstat (limited to 'src/framework.js')
-rw-r--r--src/framework.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/framework.js b/src/framework.js
index 8fd396b6..e9ff592e 100644
--- a/src/framework.js
+++ b/src/framework.js
@@ -128,8 +128,7 @@ Substrate.prototype = {
if (DEBUG) print("Solving complete: no remaining items");
finalComment();
this.results.forEach(function(output) {
- delete output.__result__; // Might recycle these
- delete output.__uid__;
+ delete output.__uid__; // Might recycle these
});
return this.results;
}