Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Mar 4, 2012
1 parent 858c291 commit ff2a2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/assets/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
var diffoutputdiv = document.getElementById("diffoutput");
diffoutputdiv.innerHTML = "";
//var contextSize = document.getElementById("contextSize").value;
contextSize = contextSize ? contextSize : null;
//contextSize = contextSize ? contextSize : null;
diffoutputdiv.appendChild(diffview.buildView({ baseTextLines:leftSide.code,
newTextLines:rightSide.code,
opcodes:opcodes,
Expand Down

0 comments on commit ff2a2e6

Please sign in to comment.