diff --git a/pkg/emscripten/proto.js b/pkg/emscripten/proto.js
index bcaf5bc12d..72091f9d23 100644
--- a/pkg/emscripten/proto.js
+++ b/pkg/emscripten/proto.js
@@ -280,13 +280,6 @@ function switchStorage(backend) {
// When the browser has loaded everything.
$(function() {
-
- // Hide the logging window and allow the user to show it.
- $('#output').hide();
- $('#btnlogs').click(function () {
- $('#output').slideToggle();
- });
-
/**
* Attempt to disable some default browser keys.
*/