removed old commented code
This commit is contained in:
parent
066a055563
commit
2b90590698
1 changed files with 1 additions and 7 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue