mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
minor fix : remove console.log in PalettesListController
This commit is contained in:
parent
6d62d11872
commit
4410aa5420
@ -97,8 +97,6 @@
|
||||
};
|
||||
|
||||
ns.PalettesListController.prototype.onColorUpdated = function (type, event, color) {
|
||||
console.log('[PalettesListController] >>> ', arguments);
|
||||
|
||||
var colorContainer = this.colorListContainer_.querySelector('.palettes-list-color[data-color="'+color+'"]');
|
||||
|
||||
// Color is not in the currently selected palette
|
||||
|
Loading…
Reference in New Issue
Block a user