From 8ea47f8d3214871b23823a210525e2e0646e447d Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Wed, 16 Oct 2019 10:47:43 +0530 Subject: [PATCH] removed branch show --- html/index.html | 6 ------ 1 file changed, 6 deletions(-) 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; - });