Skip to content

Commit 143a324

Browse files
committed
chore: remove extra console.log
1 parent dfa5313 commit 143a324

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/deploy.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,8 @@ export default defineCommand({
292292

293293
}
294294
querySpinner.succeed(`Applied ${colors.blueBright(formatNumber(localQueries.length))} database queries.`)
295-
} else {
296-
consola.info('No pending database queries to apply.')
297295
}
298-
// #endregion
296+
// #endregion
299297
}
300298

301299
// Check DNS & ready url for first deployment

0 commit comments

Comments
 (0)