remove a print statement

This commit is contained in:
rolux 2012-07-02 17:36:54 +02:00
parent fa28e8abe6
commit 6f4ee1229f

View file

@ -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,