From 930a26e2301011a92b410790670a640d210e4c8d Mon Sep 17 00:00:00 2001
From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
Date: Fri, 19 Jan 2024 16:07:45 -0700
Subject: [PATCH] Remove configuration examples that do not work
---
.../reference/global-configs/print-output.md | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/website/docs/reference/global-configs/print-output.md b/website/docs/reference/global-configs/print-output.md
index 096ecf95d2d..78de635f2dd 100644
--- a/website/docs/reference/global-configs/print-output.md
+++ b/website/docs/reference/global-configs/print-output.md
@@ -10,30 +10,12 @@ sidebar: "Print output"
By default, dbt includes `print()` messages in standard out (stdout). You can use the `DBT_NO_PRINT` environment variable to prevent these messages from showing up in stdout.
-
-
-```yaml
-config:
- no_print: true
-```
-
-
-
By default, dbt includes `print()` messages in standard out (stdout). You can use the `DBT_PRINT` environment variable to prevent these messages from showing up in stdout.
-
-
-```yaml
-config:
- print: false
-```
-
-
-
:::warning Syntax deprecation
The original `DBT_NO_PRINT` environment variable has been deprecated, starting with dbt v1.5. Backward compatibility is supported but will be removed in an as-of-yet-undetermined future release.