Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rachellerathbone committed Dec 10, 2023
1 parent 40a568e commit bc3071a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ const ConnectionPanelMain = ({
setIsLoading(true);
try {
const server = await getJenkinsServerWithSecret(jenkinsServer.uuid);
console.log(' Copy code:', server);
setUpdatedServer(server);
} catch (e) {
console.error('No Jenkins server found.');
Expand Down

0 comments on commit bc3071a

Please sign in to comment.