There was an error while loading. Please reload this page.
1 parent 2087ed7 commit 7f069e9Copy full SHA for 7f069e9
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