File tree 1 file changed +0
-2
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ public <R extends CustomResource> UpdateControl<R> timeControllerCreateOrUpdate(
36
36
.register (registry );
37
37
try {
38
38
final var result = timer .record (() -> controller .createOrUpdateResource (resource , context ));
39
- System .out .println ("I am here in create update" );
40
39
String successType = "cr" ;
41
40
if (result .isUpdateStatusSubResource ()) {
42
41
successType = "status" ;
@@ -76,7 +75,6 @@ public DeleteControl timeControllerDelete(
76
75
.register (registry );
77
76
try {
78
77
final var result = timer .record (() -> controller .deleteResource (resource , context ));
79
- System .out .println ("I am here in delete" );
80
78
String successType = "notDelete" ;
81
79
if (result == DeleteControl .DEFAULT_DELETE ) {
82
80
successType = "delete" ;
You can’t perform that action at this time.
0 commit comments