Skip to content

Commit

Permalink
Removed unnecessary comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Bucey committed Jan 28, 2014
1 parent c476772 commit 3826f30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,8 @@ adb.controller("controller", ["$scope", "$q", "socketService", function ($scope,
chrome.fileSystem.chooseEntry({'type': 'openFile'}, function (entry, fileEntries) {
chrome.fileSystem.getDisplayPath(entry, function (displayPath) {
$scope.pushFile($scope.devInfo.serial, entry, displayPath);
// $scope.installPackage($scope.devInfo.serial, displayPath);
});
});
// /Users/kabucey/Programs/android-sdks/tools/apps/SdkController/bin/SdkControllerApp.apk
}

$scope.loadHeapInfoOfApp = function (serial, process) {
Expand Down

0 comments on commit 3826f30

Please sign in to comment.