diff --git a/index.html b/index.html
index b9f10e7ce..6773f7b4b 100644
--- a/index.html
+++ b/index.html
@@ -347,10 +347,6 @@ missing
-
-
diff --git a/js/controllers/send.js b/js/controllers/send.js
index c027ae04c..cd6226bdb 100644
--- a/js/controllers/send.js
+++ b/js/controllers/send.js
@@ -38,10 +38,4 @@ angular.module('copay.send').controller('SendController',
$rootScope.flashMessage = { message: 'You send a proposal transaction succefully', type: 'success'};
};
- $scope.sendTest = function() {
- var w = $rootScope.wallet;
- w.createTx( 'mimoZNLcP2rrMRgdeX5PSnR7AjCqQveZZ4', '12345',function() {
- $rootScope.$digest();
- });
- };
});