diff --git a/src/git.js b/src/git.js
index 403b7edd..f5512ac1 100644
--- a/src/git.js
+++ b/src/git.js
@@ -22,8 +22,6 @@ function GitEngine(options) {
this.generalArgs = [];
events.on('processCommand', _.bind(this.dispatch, this));
-
- this.init();
}
GitEngine.prototype.init = function() {
diff --git a/src/index.html b/src/index.html
index a91e1a7b..13bf2313 100644
--- a/src/index.html
+++ b/src/index.html
@@ -128,8 +128,6 @@
-
-
@@ -152,5 +150,7 @@
+
+