Skip to content

Commit 65e9261

Browse files
committed
Add logging.
1 parent 9ca1fb8 commit 65e9261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/PythonTensorAnalysisEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public TensorTypeAnalysis performAnalysis(PropagationCallGraphBuilder builder)
670670

671671
Map<PointsToSetVariable, TensorType> placeholders =
672672
handleShapeSourceOp(builder, dataflow, placeholder, 2);
673-
System.err.println(placeholders);
673+
logger.fine(() -> "Placeholders: " + placeholders);
674674
for (Map.Entry<PointsToSetVariable, TensorType> e : placeholders.entrySet()) {
675675
init.put(e.getKey(), e.getValue());
676676
}

0 commit comments

Comments
 (0)