- remove System.out.println from SaveGame class

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8448 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 89ad3925a6
commit 7152878286
  1. 2
      engine/src/tools/jme3tools/savegame/SaveGame.java

@ -27,7 +27,7 @@ import sun.misc.UUEncoder;
public class SaveGame {
/**
* Saves a savable in a system-dependent way.
* Saves a savable in a system-dependent way. Note that only small amounts of data can be saved.
* @param gamePath A unique path for this game, e.g. com/mycompany/mygame
* @param dataName A unique name for this savegame, e.g. "save_001"
* @param data The Savable to save

Loading…
Cancel
Save