aboutsummaryrefslogtreecommitdiff
path: root/plugin/notes/notes.html
diff options
context:
space:
mode:
authorMichael Kühnel <mail@michael-kuehnel.de>2012-10-24 14:53:50 +0200
committerMichael Kühnel <mail@michael-kuehnel.de>2012-10-24 14:53:50 +0200
commit13e7550afe26b216de6a9f97b3a55b60a2ee4cde (patch)
tree83c4c8cf769ed349a5c97e1c17c38753e05b498a /plugin/notes/notes.html
parent296242f8d3d5f5513d5278e72941ef868c3cb4e5 (diff)
downloadfreenode-live-2017-presentation-13e7550afe26b216de6a9f97b3a55b60a2ee4cde.tar
freenode-live-2017-presentation-13e7550afe26b216de6a9f97b3a55b60a2ee4cde.tar.gz
Delete console output.
Diffstat (limited to 'plugin/notes/notes.html')
-rw-r--r--plugin/notes/notes.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html
index c69950b..775ccb4 100644
--- a/plugin/notes/notes.html
+++ b/plugin/notes/notes.html
@@ -109,8 +109,7 @@
window.addEventListener( 'message', function( event ) {
var data = JSON.parse( event.data );
- console.log(data);
- // No need for updating the notes in case of fragement changes
+ // No need for updating the notes in case of fragment changes
if ( data.notes !== undefined) {
if( data.markdown ) {
notes.innerHTML = (new Showdown.converter()).makeHtml( data.notes );