Skip to content
Snippets Groups Projects
Commit 4ff256ee authored by buczekp's avatar buczekp
Browse files

minor: reduced logging

SVN: 20216
parent 98d34633
No related branches found
No related tags found
No related merge requests found
......@@ -96,16 +96,6 @@ public final class ManagedPropertyGridActionDialog extends
@Override
protected void executeConfirmedAction()
{
if (viewContext.isLoggingEnabled())
{
StringBuilder sb = new StringBuilder();
for (TextField<?> inputField : inputFieldsByLabel.values())
{
sb.append(inputField.getFieldLabel() + ": " + inputField.getValue() + "\n");
}
Info.display("confirmed", sb.toString());
}
if (managedAction instanceof ManagedUiTableActionDescription)
{
ManagedUiTableActionDescription ma = (ManagedUiTableActionDescription) managedAction;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment