Kaydet (Commit) b57ebd8c authored tarafından Andras Timar's avatar Andras Timar

Don't say "yeeep"

Change-Id: I239be1b35103c53e9ace3a7e2917bd24a24497a3
üst 0c33ffb2
...@@ -652,7 +652,6 @@ public class AgendaTemplate extends TextDocument implements TemplateConsts, Data ...@@ -652,7 +652,6 @@ public class AgendaTemplate extends TextDocument implements TemplateConsts, Data
private void writeTitle(TextElement te, XTextRange tr, String text) private void writeTitle(TextElement te, XTextRange tr, String text)
{ {
System.out.println("yeeep");
te.text = (text == null ? PropertyNames.EMPTY_STRING : text); te.text = (text == null ? PropertyNames.EMPTY_STRING : text);
te.write(tr); te.write(tr);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment