Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #43 from theonion/remove-console-log
Browse files Browse the repository at this point in the history
Remove console log from build
  • Loading branch information
kand authored Jul 22, 2016
2 parents c6ddd28 + f07a5bb commit f4101c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/onion-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -5035,6 +5035,8 @@ define('scribe-plugin-blockquote-command',[],function () {
//# sourceMappingURL=scribe-plugin-blockquote-command.js.map;
define('scribe-plugin-curly-quotes',[],function () {



return function () {

var keys = {
Expand Down Expand Up @@ -5180,7 +5182,6 @@ define('scribe-plugin-curly-quotes',[],function () {

// Apply a function on all text nodes in a container, mutating in place
function mapTextNodes(container, func) {
console.log(container)
var walker = document.createTreeWalker(container, NodeFilter.SHOW_TEXT);
var node = walker.firstChild();
if (node) {
Expand All @@ -5197,8 +5198,7 @@ console.log(container)

});

//# sourceMappingURL=scribe-plugin-curly-quotes.js.map
;
//# sourceMappingURL=scribe-plugin-curly-quotes.js.map;
define('scribe-plugin-formatter-plain-text-convert-new-lines-to-html',[],function () {


Expand Down
Loading

0 comments on commit f4101c2

Please sign in to comment.