- repo: remove debug code.

This commit is contained in:
sunhao
2024-05-11 14:29:19 +08:00
parent 8509b73f00
commit 04fcab3a87
-1
View File
@@ -78,7 +78,6 @@ window.renderCommentCell = function(result, {col, row})
{
if(col.name === 'revision')
{
console.log(row.data);
result[0] = {html:'<a href="' + row.data.link + '" data-app="' + appTab + '">' + row.data.revision + '</a>', style:{flexDirection:"column"}};
return result;