mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 22:09:43 +03:00
Comment out debug for now
This commit is contained in:
parent
709665e5c0
commit
a6fd328405
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user