Skip to content

Commit

Permalink
Remove println (#3077)
Browse files Browse the repository at this point in the history
Remove println
  • Loading branch information
Yasirmod17 committed Sep 9, 2024
1 parent 9778cd6 commit 8768edc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function <<access.private>> meta::external::function::activator::snowflakeApp::

function <<access.private>> meta::external::function::activator::snowflakeApp::generation::pureTypeToSnowflakeTypeMatcher(c:meta::pure::tds::TDSColumn[1]):String[1]
{
println($c,2);
let tdsTypeToRelationalTypeMap = typeMap();
if($c.type->isNotEmpty(),
| $tdsTypeToRelationalTypeMap->get($c.type->toOne())->toOne('Relational type missing for type: '+ $c.type->toOne()->toString()),
Expand All @@ -114,4 +113,4 @@ function meta::external::function::activator::snowflakeApp::generation::computeL
{
let fullAnalytics = meta::external::function::activator::lineage::computeLineage($s.function, $extensions);
meta::alloy::metadataServer::alloyToJSON($fullAnalytics);
}
}

0 comments on commit 8768edc

Please sign in to comment.