Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasters committed Dec 14, 2018
1 parent d31e143 commit 62cb835
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public void callExtensionPoint( LogChannelInterface log, Object object ) throws
final Trans trans = (Trans) object;
final TransMeta transMeta = trans.getTransMeta();
boolean writeToDataSet = "Y".equalsIgnoreCase( transMeta.getVariable( DataSetConst.VAR_WRITE_TO_DATASET ) );
log.logBasic("Writing to dataSet? "+writeToDataSet);
if ( !writeToDataSet ) {
return;
}
Expand All @@ -110,7 +109,6 @@ public void callExtensionPoint( LogChannelInterface log, Object object ) throws

try {
IMetaStore metaStore = transMeta.getMetaStore();
Repository repository = transMeta.getRepository();

if ( metaStore == null ) {
return; // Nothing to do here, we can't reference data sets.
Expand Down

0 comments on commit 62cb835

Please sign in to comment.