Skip to content

Commit f7f9448

Browse files
committed
remove log code
1 parent 0f77a18 commit f7f9448

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/cli/src/projects/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export async function fetchProject(
121121
): Promise<{ data: Provisioner.Project | null }> {
122122
const url = getLightningUrl(endpoint, projectId, snapshots);
123123
logger?.info(`Checking ${url} for existing project`);
124-
console.log({ apiKey });
125124
try {
126125
const response = await fetch(url, {
127126
headers: {

0 commit comments

Comments
 (0)