Skip to content

Commit a7b61b7

Browse files
committed
remove logging
1 parent df73f03 commit a7b61b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/updateserver/services/ExtensionMetadataReader.cfc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ component accessors=true {
3434
metaChanged = true;
3535
} else if ( dateCompare( lexFile.dateLastModified, existingByFile[ lexFile.name ].updated ) > 0 ) {
3636
// ext was file was modified
37-
logger(lexFile.dateLastModified);
38-
logger(existingByFile[ lexFile.name ].updated);
39-
4037
_addLexFile( lexFile, meta, true );
4138
metaChanged = true;
4239
}

0 commit comments

Comments
 (0)