Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpannek committed Feb 24, 2025
1 parent dbea9b7 commit a5f64f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ limitations under the License.*/

{%- macro apply_twin_strategy(target_relation) -%}
{%- set twin_strategy = config.get('twin_strategy', validator=validation.any[basestring]) or 'clone' -%}
{{ log("TARGET: " ~ target_relation, True) }}
{%- if target_relation.type == 'view' -%}
{%- if twin_strategy != 'allow' -%}
{%- set table_relation = api.Relation.create(
Expand Down

0 comments on commit a5f64f1

Please sign in to comment.