This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new f2f9b125ac Remove debug trace (#6140)
f2f9b125ac is described below
commit f2f9b125ac62bbef6a69ea0069a91bf027a009e6
Author: Nicolas Adment <[email protected]>
AuthorDate: Mon Dec 8 12:06:08 2025 +0100
Remove debug trace (#6140)
---
.../org/apache/hop/ui/hopgui/delegates/HopGuiFileRefreshDelegate.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/ui/src/main/java/org/apache/hop/ui/hopgui/delegates/HopGuiFileRefreshDelegate.java
b/ui/src/main/java/org/apache/hop/ui/hopgui/delegates/HopGuiFileRefreshDelegate.java
index 076f70972e..03450d8225 100644
---
a/ui/src/main/java/org/apache/hop/ui/hopgui/delegates/HopGuiFileRefreshDelegate.java
+++
b/ui/src/main/java/org/apache/hop/ui/hopgui/delegates/HopGuiFileRefreshDelegate.java
@@ -52,7 +52,6 @@ public class HopGuiFileRefreshDelegate {
@Override
public void fileChanged(FileChangeEvent arg0) throws Exception {
String fileName = arg0.getFileObject().getName().getURI();
- System.out.println("File changed: " + fileName);
if (fileName != null) {
IHopFileTypeHandler fileHandler =
fileHandlerMap.get(fileName);
if (fileHandler != null &&
!hopGui.getDisplay().isDisposed()) {