aboutsummaryrefslogtreecommitdiff
path: root/Source/PltParser.c
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-08-18 20:17:13 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-08-18 20:17:13 +0200
commitb1aad213d450beae9920e30d6534680474f8df6f (patch)
treeac1f7affa103f70ad08e468e5450de7b21360dfa /Source/PltParser.c
parent150cc8adc003fea9812a58f1f224ec10a91cd44a (diff)
downloadairport-b1aad213d450beae9920e30d6534680474f8df6f.tar.gz
* Added more comments.
* Radio chatter sounds. * Created aircraft state STATE_STOPPED, to be used when L1 is pressed on aircraft selection mode.
Diffstat (limited to 'Source/PltParser.c')
-rw-r--r--Source/PltParser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/PltParser.c b/Source/PltParser.c
index d44e348..8460314 100644
--- a/Source/PltParser.c
+++ b/Source/PltParser.c
@@ -63,8 +63,6 @@ bool PltParserLoadFile(char* strPath, TYPE_FLIGHT_DATA* ptrFlightData)
}
strPltBuffer = SystemGetBufferAddress();
-
- dprintf("%s\n", strPltBuffer);
PltParserResetBuffers(ptrFlightData);