Copilot commented on code in PR #3852:
URL: https://github.com/apache/texera/pull/3852#discussion_r2423114627


##########
core/dao/build.sbt:
##########
@@ -94,6 +94,7 @@ jooqGenerate := {
 
     // Return the generated files
     val generatedDir = baseDirectory.value / "src" / "main" / "scala" / "org" 
/ "apache" / "texera" / "dao" / "jooq" / "generated"
+    println(generatedDir)

Review Comment:
   This debug println statement should be removed as it appears to be leftover 
debugging code that will clutter the build output.
   ```suggestion
   
   ```



-- 
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]

Reply via email to