Skip to content

Commit 4e67e7a

Browse files
committed
remove debug code
1 parent 749b7a3 commit 4e67e7a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/cli/src/projects/deploy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ export async function handler(options: DeployOptions, logger: Logger) {
295295
if (!options.new) {
296296
tracker = ws.get(options.project ?? localProject.uuid!);
297297
if (!tracker) {
298-
console.log('FOUND TRACKER');
299-
console.log(options.project ?? localProject.uuid);
300298
// Is this really an error? Unlikely to happen I thuink
301299
console.log(
302300
`ERROR: Failed to find tracked remote project ${

0 commit comments

Comments
 (0)