Skip to content

Commit

Permalink
Remove commented-out code claimed to be 'basic cleanup'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Dec 23, 2014
1 parent dd6e142 commit f5691c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dom/common.js
Expand Up @@ -921,8 +921,6 @@ function myInsertNode(range, node) {
* this to testharness.js?
*/
function assertNodesEqual(actual, expected, msg) {
// actual.normalize();
// expected.normalize();
if (!actual.isEqualNode(expected)) {
msg = "Actual and expected mismatch for " + msg + ". ";

Expand Down

0 comments on commit f5691c7

Please sign in to comment.