diff options
Diffstat (limited to 'src/framework.js')
-rw-r--r-- | src/framework.js | 3 |
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; } |