diff --git a/html/index.html b/html/index.html
index c387766..0352543 100644
--- a/html/index.html
+++ b/html/index.html
@@ -27,8 +27,6 @@
- Current Branch:
-
Git Status:
Git Log:
@@ -58,9 +56,5 @@
ipc.on('send_log', function(event, args) {
document.getElementById("log").innerHTML = args;
});
-
- ipc.on('send_branch', function(event, args) {
- document.getElementById("branch").innerHTML = args;
- });