Skip to content

Commit

Permalink
removed obsolete console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Dec 10, 2024
1 parent 75edff1 commit dd75949
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
content="A reference module to help with development"
/>
<meta name="show-in" content="*" />
<title>Edrys Reference Component</title>
<title>Reference Module</title>

<script src="https://edrys-labs.github.io/module/edrys.js"></script>
<script
Expand Down Expand Up @@ -272,7 +272,6 @@ <h3>Live Users</h3>
let editor

window.initEditor = () => {
console.warn('Edrys', Edrys)
// Initialize CodeMirror
editor = CodeMirror(document.getElementById('editor'), {
mode: 'javascript',
Expand Down

0 comments on commit dd75949

Please sign in to comment.