getting rid of debug line
This commit is contained in:
parent
acec83df92
commit
28fec41013
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ public class EditingPOIActivity implements DialogProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void showPOIDialog(int dialogID, Node n, AmenityType type, String subType) {
|
private void showPOIDialog(int dialogID, Node n, AmenityType type, String subType) {
|
||||||
System.out.println("showing dialog: "+n.toString());
|
|
||||||
Amenity a = new Amenity(n, type, subType);
|
Amenity a = new Amenity(n, type, subType);
|
||||||
dialogBundle.putSerializable(KEY_AMENITY, a);
|
dialogBundle.putSerializable(KEY_AMENITY, a);
|
||||||
dialogBundle.putSerializable(KEY_AMENITY_NODE, n);
|
dialogBundle.putSerializable(KEY_AMENITY_NODE, n);
|
||||||
|
|
Loading…
Reference in a new issue