removed old commented code

This commit is contained in:
fros4943 2008-03-18 13:02:10 +00:00
parent 066a055563
commit 2b90590698

View file

@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: CreateSimDialog.java,v 1.9 2008/02/12 15:25:41 fros4943 Exp $
* $Id: CreateSimDialog.java,v 1.10 2008/03/18 13:02:10 fros4943 Exp $
*/
package se.sics.cooja.dialogs;
@ -469,12 +469,6 @@ public class CreateSimDialog extends JDialog {
}
}
/* if (logCheckBox.isSelected()) {
ConnectionLogger connLogger = new ConnectionLogger(new File(logFilename.getText()));
mySimulation.getRadioMedium().setConnectionLogger(connLogger);
}
*/
mySimulation.setRandomSeed(((Number) randomSeed.getValue()).longValue());
mySimulation.setNrTickLists(((Number) tickLists.getValue()).intValue());
mySimulation.setDelayedMoteStartupTime(((Number) delayedStartup.getValue()).intValue());