mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Select bug fixes
This commit is contained in:
@@ -15,7 +15,6 @@ angular.module('app').service('Serializer', ['lodash', function (_) {
|
||||
_.map(ship.hardpoints, idToStr),
|
||||
_.map(ship.internal, idToStr),
|
||||
];
|
||||
console.log('code',_.flatten(data).join(''));
|
||||
return _.flatten(data).join('');
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user