Skip to content

Commit a9868f9

Browse files
committed
minor: remove old code
1 parent cbc1bdc commit a9868f9

File tree

2 files changed

+0
-128
lines changed

2 files changed

+0
-128
lines changed

app/controllers/smartstart_dsk_list.js

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ appController.controller('SmartStartDskListController', function($scope, $filter
3636
var loadDskList = function() {
3737
$scope.loadZwaveData();
3838
dataService.getApi('get_dsk', null, true).then(function(response) {
39-
//dataService.getApiLocal('dsk-collection.json').then(function (response) {
4039
var data = response.data;
4140
if (_.isEmpty(data)) {
4241
$scope.alert = {

storage/data/dsk-collection.json

-127
This file was deleted.

0 commit comments

Comments
 (0)