Skip to content

Commit e883d42

Browse files
committed
removed console.log
1 parent 033904f commit e883d42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

diff.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This library was modified by Harrison Liddiard. The source code to this
3-
* modified version can be found at https://github.com/liddiard/text-diff/.
3+
* modified version can be found at https://github.com/liddiard/google-diff/.
44
* The original source code can be found at
55
* http://code.google.com/p/google-diff-match-patch/. This unofficial fork is
66
* not maintained by or affiliated with Google Inc. The original attribution
@@ -1395,6 +1395,4 @@ this['DIFF_DELETE'] = DIFF_DELETE;
13951395
this['DIFF_INSERT'] = DIFF_INSERT;
13961396
this['DIFF_EQUAL'] = DIFF_EQUAL;
13971397

1398-
console.log(diff.prototype.prettyHtml);
1399-
14001398
module.exports = diff;

0 commit comments

Comments
 (0)