mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 12:21:39 +01:00
* Remove debug output
This commit is contained in:
parent
aeef060a0b
commit
0ebb98da7b
@ -643,7 +643,6 @@ begin
|
||||
target_os_string:=lower(target_info.shortname);
|
||||
target_cpu_string:=cpu2str[target_cpu];
|
||||
target_full_string:=target_cpu_string+'-'+target_os_string;
|
||||
Writeln('Full target :',target_full_string);
|
||||
set_target:=true;
|
||||
exit;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user