Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 committed May 18, 2024
1 parent b77c75e commit a002ef0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ public PindeployBean getPindeployInfo(
@Path("/disable")
public void disablePindeployPipeline(@Context SecurityContext sc,
@NotEmpty @QueryParam("pipeline") String pipeline) throws Exception {
LOG.info("yaqin-test-1");
String operator = sc.getUserPrincipal().getName();
LOG.info("yaqin-test-2");
pindeployDAO.delete(pipeline);
LOG.info(String.format("Successfully disabled pindeploy pipeline %s by %s", pipeline, operator));
}
Expand Down

0 comments on commit a002ef0

Please sign in to comment.