psxjoy commented on code in PR #693:
URL: https://github.com/apache/fesod/pull/693#discussion_r2537198026
##########
fesod/src/main/java/org/apache/fesod/sheet/analysis/v07/handlers/CellFormulaTagHandler.java:
##########
@@ -94,6 +96,11 @@ private String handleSharedFormula(XlsxReadSheetHolder
xlsxReadSheetHolder, Stri
xlsxReadSheetHolder.getSharedFormulaMap().get(sharedIndex);
if (masterInfo == null) {
+ log.debug(
Review Comment:
Don't think put `debug` info in code is a good choice.
把`debug`级别的日志放在源码里并不可取。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]