mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-18 07:52:59 +03:00
Silence console.log on softwaresJsGridDataController
This commit is contained in:
parent
cc68fbc644
commit
576fe7ec29
@ -80,7 +80,7 @@ var softwaresViewData = new Array(); // The data for the current view
|
|||||||
var softwaresVersion = {};
|
var softwaresVersion = {};
|
||||||
|
|
||||||
var softwaresJsGridDataController = function () {
|
var softwaresJsGridDataController = function () {
|
||||||
console.log('softwares -> jsGrid.controller.loadData() returning %o', softwaresViewData);
|
//console.log('softwares -> jsGrid.controller.loadData() returning %o', softwaresViewData);
|
||||||
return softwaresViewData;
|
return softwaresViewData;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user