Skip to content

Commit

Permalink
Remove stray console.log line (fixes #46027) (#46025)Co-authored-by: …
Browse files Browse the repository at this point in the history
…kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

Simply removing a debugging `console.log` line that was left over from a
recent change.

Fixes #46027

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the
feature request has been accepted for implementation before opening a
PR.
- [ ] Related issues linked using `fixes #number`
- [ ]
[e2e](https://github.com/vercel/next.js/blob/canary/contributing/core/testing.md#writing-tests-for-nextjs)
tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

## Documentation / Examples

- [ ] Make sure the linting passes by running `pnpm build && pnpm lint`
- [ ] The "examples guidelines" are followed from [our contributing
doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
abstractvector and kodiakhq[bot] committed Feb 17, 2023
1 parent 22e28ff commit fa5db9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/src/lib/metadata/resolve-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ function merge(
break
}
case 'openGraph': {
if (target.openGraph) console.log('override')
target.openGraph = resolveOpenGraph(source.openGraph, metadataBase)
if (target.openGraph) {
target.openGraph.title = resolveTitle(
Expand Down

0 comments on commit fa5db9b

Please sign in to comment.