chore: remove debug logging from kline pan

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-19 21:49:34 -08:00
parent f55fb13f26
commit 453cab71e4
1 changed files with 0 additions and 3 deletions

View File

@ -538,9 +538,6 @@ class _KlineChartWidgetState extends State<KlineChartWidget> {
final double maxScroll = math.max(0.0, (widget.klines.length - 0.5) * _candleWidth - drawableWidth / 2);
// dx>0scrollX
_scrollX = (_startScrollX - dx).clamp(0.0, maxScroll);
// DEBUG:
debugPrint('Pan: dx=$dx, scrollX=$_scrollX, maxScroll=$maxScroll');
}
});
}