mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 02:42:47 +00:00
remove comment (#5650)
* remove comment * remove useless third party lib * remove comment
This commit is contained in:
@@ -616,11 +616,6 @@ export const Utils = {
|
||||
}
|
||||
}
|
||||
list.push('Divider');
|
||||
/*
|
||||
if (enableFileComment) {
|
||||
list.push(COMMENT);
|
||||
}
|
||||
*/
|
||||
list.push(PROPERTIES, HISTORY);
|
||||
if (isPro && fileAuditEnabled) {
|
||||
list.push(ACCESS_LOG);
|
||||
@@ -632,11 +627,6 @@ export const Utils = {
|
||||
if (!currentRepoInfo.encrypted) {
|
||||
list.push(COPY);
|
||||
}
|
||||
/*
|
||||
if (enableFileComment) {
|
||||
list.push(COMMENT);
|
||||
}
|
||||
*/
|
||||
list.push(HISTORY);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user