From 2e7f144972a47e8ca27de9970f5ef2c466324b40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 16 Nov 2016 14:12:53 -0300 Subject: [PATCH] delete unused variables --- src/js/controllers/feedback/send.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/js/controllers/feedback/send.js b/src/js/controllers/feedback/send.js index fbd504292..498cd98b4 100644 --- a/src/js/controllers/feedback/send.js +++ b/src/js/controllers/feedback/send.js @@ -1,13 +1,10 @@ 'use strict'; -angular.module('copayApp.controllers').controller('sendController', function($scope, $state, $log, $timeout, $stateParams, $ionicNavBarDelegate, $ionicHistory, $ionicConfig, $window, gettextCatalog, popupService, configService, lodash, feedbackService, ongoingProcess, platformInfo) { +angular.module('copayApp.controllers').controller('sendController', function($scope, $state, $log, $timeout, $stateParams, $ionicNavBarDelegate, $ionicHistory, $ionicConfig, $window, gettextCatalog, popupService, configService, lodash, feedbackService, ongoingProcess) { $scope.sendFeedback = function(feedback, skip) { var config = configService.getSync(); - var isWP = platformInfo.isWP; - var isIOS = platformInfo.isIOS; - var isAndroid = platformInfo.isAndroid; var dataSrc = { "Email": lodash.values(config.emailFor)[0] || ' ',