Removed some debugging information.

This commit is contained in:
grail%cafebabe.org 1999-02-25 07:44:57 +00:00
Родитель 8da5740814
Коммит f0fdd4b18f
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -94,10 +94,6 @@ public class PageUI extends JPanel {
title = pb.getTitle();
} catch (Exception e) {
}
model.setAttribute("userNameField", "foo");
model.setAttribute("userOrgainzationField", "bar");
model.setAttribute("userEmailAddressField", "grail@cafebabe.org");
}
/**
@ -176,7 +172,6 @@ public class PageUI extends JPanel {
}
if (val != null) {
System.out.println(k + " is " + val);
model.setAttribute(k, val);
}
}