Skip to content

Commit 95a519f

Browse files
committed
Remove system println
1 parent 706b4d2 commit 95a519f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

operator/src/main/java/oracle/kubernetes/operator/helpers/FileGroupReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ class JarScriptPath implements ScriptPath {
117117
private FileSystem fileSystem;
118118

119119
JarScriptPath(URI uri) throws IOException {
120-
System.out.println("loading from " + uri);
121120
fileSystem = FileSystems.newFileSystem(uri, Collections.emptyMap());
122121
}
123122

0 commit comments

Comments
 (0)