Skip to content

Commit 8b10968

Browse files
usmanjschroed91
authored andcommitted
removing un-nessasary lines
1 parent 9f17497 commit 8b10968

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/Caxy/HtmlDiff/HtmlDiff.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,6 @@ private function diffElements($oldText, $newText)
208208

209209
$diff = new HtmlDiff($oldText, $newText, $this->encoding, $this->specialCaseTags, $this->groupDiffs);
210210
return $wrapStart . $diff->build() . $wrapEnd;
211-
//$diff = new ElementDiff($oldText, $newText, $this->encoding, $this->specialCaseTags, $this->groupDiffs);
212-
//return $diff->build();
213-
return 'todo'; // This to be build yet.
214211
}
215212

216213
protected function processEqualOperation($operation)

0 commit comments

Comments
 (0)