Removed debug log

This commit is contained in:
Eduard Urbach 2017-07-19 05:29:18 +02:00
parent 70aeea3db1
commit 582a3cace1

View File

@ -22,8 +22,6 @@ export class Diff {
}
Diff.rootContainer.innerHTML = html.replace("<!DOCTYPE html>", "")
console.log(Diff.rootContainer)
Diff.childNodes(aRoot, Diff.rootContainer)
}