We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706b4d2 commit 95a519fCopy full SHA for 95a519f
operator/src/main/java/oracle/kubernetes/operator/helpers/FileGroupReader.java
@@ -117,7 +117,6 @@ class JarScriptPath implements ScriptPath {
117
private FileSystem fileSystem;
118
119
JarScriptPath(URI uri) throws IOException {
120
- System.out.println("loading from " + uri);
121
fileSystem = FileSystems.newFileSystem(uri, Collections.emptyMap());
122
}
123
0 commit comments