diff --git a/examples/lists/countries/js/example.js b/examples/lists/countries/js/example.js index 1c78de09..c91d63f4 100644 --- a/examples/lists/countries/js/example.js +++ b/examples/lists/countries/js/example.js @@ -444,7 +444,6 @@ Ox.load(['UI', 'Geo'], function() { var key = sort[0].key == 'name' ? 'code' : sort[0].key, column = Ox.getObjectById(columns, key), info = (column.format || Ox.identity)(data[key]); - Ox.print('DDD', data) return { height: size, id: data.id,