Commit eb079c21 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* cleanup

parent 80827c54
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -110,7 +110,6 @@ public class TranslationHandler extends AbstractHandler {
			if (dialog.open() != Window.OK) {
				return false;
			} else {
				System.out.println("Run!");
				injector = Guice.createInjector();
				Object[] result = dialog.getResult();
				String selected = (String)result[0];