mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Remove debug output.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2883 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
07db8683b6
commit
009c3d7b04
@ -723,7 +723,6 @@ void FormDocument::paper_apply()
|
||||
params.leftmargin =
|
||||
getLengthFromWidgets(paper_->input_left_margin,
|
||||
paper_->choice_left_margin_units);
|
||||
std::cerr << params.leftmargin << std::endl;
|
||||
|
||||
params.topmargin =
|
||||
getLengthFromWidgets(paper_->input_top_margin,
|
||||
|
Loading…
Reference in New Issue
Block a user