We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f77a18 commit f7f9448Copy full SHA for f7f9448
1 file changed
packages/cli/src/projects/util.ts
@@ -121,7 +121,6 @@ export async function fetchProject(
121
): Promise<{ data: Provisioner.Project | null }> {
122
const url = getLightningUrl(endpoint, projectId, snapshots);
123
logger?.info(`Checking ${url} for existing project`);
124
- console.log({ apiKey });
125
try {
126
const response = await fetch(url, {
127
headers: {
0 commit comments