mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 20:10:29 +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 softwaresJsGridDataController = function () {
|
||||
console.log('softwares -> jsGrid.controller.loadData() returning %o', softwaresViewData);
|
||||
//console.log('softwares -> jsGrid.controller.loadData() returning %o', softwaresViewData);
|
||||
return softwaresViewData;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user