Skip to content

Commit

Permalink
Disable js.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ryyppy committed Jul 9, 2020
1 parent 7d71eac commit a7309f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/CodeMirrorBase.re
Expand Up @@ -266,7 +266,7 @@ let default = (props: Props.t): React.element => {
(),
);
let cm = CM.fromTextArea(input, options);
Js.log2("cm", cm);
/*Js.log2("cm", cm);*/

Belt.Option.forEach(minHeight, minHeight =>
cm->CM.getScrollerElement->DomUtil.setMinHeight(minHeight)
Expand Down

0 comments on commit a7309f0

Please sign in to comment.