summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 19:56:22 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 19:56:22 +0000
commita6fd3284050532f43261ddce8972e03e6669bd94 (patch)
tree06a8d5e44773abb299dd1fc87e3895f476c82e00 /amiga
parent709665e5c050085fd5e250ae0534ea057df2ffda (diff)
downloadnetsurf-a6fd3284050532f43261ddce8972e03e6669bd94.tar.gz
netsurf-a6fd3284050532f43261ddce8972e03e6669bd94.tar.bz2
Comment out debug for now
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/agclass/amigaguide_class.c2
-rwxr-xr-xamiga/help.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/amiga/agclass/amigaguide_class.c b/amiga/agclass/amigaguide_class.c
index 770c3175d..fa88dd642 100755
--- a/amiga/agclass/amigaguide_class.c
+++ b/amiga/agclass/amigaguide_class.c
@@ -362,7 +362,7 @@ uint32 agm_process(Class *cl, Object *o, Msg msg)
while ( (lod->agm = IAmigaGuide->GetAmigaGuideMsg(lod->agHandle)) ) {
switch(lod->agm->agm_Type) {
default:
- printf("%d\n", lod->agm->agm_Type);
+ //printf("%d\n", lod->agm->agm_Type);
break;
}
}
diff --git a/amiga/help.c b/amiga/help.c
index 079071b22..f094c70ec 100755
--- a/amiga/help.c
+++ b/amiga/help.c
@@ -78,6 +78,6 @@ ULONG ami_help_signal(void)
void ami_help_process(void)
{
ULONG ret = IDoMethod(AmigaGuideObject, AGM_PROCESS, NULL);
- printf("ret = %d\n", ret); // should be NULL if closed
+ //printf("ret = %d\n", ret); // should be NULL if closed
}