Skip to content

Commit

Permalink
remove debug leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Apr 29, 2019
1 parent 6590147 commit 48a816c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
7 changes: 1 addition & 6 deletions dist/lips.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* http://javascript.nwbox.com/ContentLoaded/
* http://javascript.nwbox.com/ContentLoaded/MIT-LICENSE
*
* build: Mon, 29 Apr 2019 19:04:40 +0000
* build: Mon, 29 Apr 2019 19:05:41 +0000
*/
(function () {
'use strict';
Expand Down Expand Up @@ -5361,11 +5361,6 @@ function _typeof(obj) {
nil: nil,
resolvePromises: resolvePromises,
Symbol: _Symbol,
format: function format(code) {
var f = new lips.Formatter(code);
f.break();
return f.format();
},
LNumber: LNumber
}; // so it work when used with webpack where it will be not global

Expand Down
4 changes: 2 additions & 2 deletions dist/lips.min.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions src/lips.js
Original file line number Diff line number Diff line change
Expand Up @@ -3889,11 +3889,6 @@
nil,
resolvePromises,
Symbol,
format: function(code) {
var f = new lips.Formatter(code);
f.break();
return f.format();
},
LNumber
};
// so it work when used with webpack where it will be not global
Expand Down

0 comments on commit 48a816c

Please sign in to comment.