Removes a debug print

This commit is contained in:
Simone Mainardi 2021-01-20 19:50:53 +01:00
parent e52265f584
commit c972cc3c43

View file

@ -26,7 +26,6 @@ end
-- @param data_url A URL associated to this data identified with `data_key` (optional)
-- @param data_color A color associated to this data identified with `data_color` (optional)
function datamodel:append(data_key, data_values, data_url, data_color)
tprint(colors)
-- Always append ordered data
self._data[#self._data + 1] = {
k = data_key, -- The Key