We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a50f9f commit 66974e7Copy full SHA for 66974e7
app/src/processing/app/debug/Compiler.java
@@ -47,10 +47,6 @@
47
import processing.core.PApplet;
48
49
public class Compiler implements MessageConsumer {
50
- static final String BUGS_URL =
51
- _("http://github.com/arduino/Arduino/issues");
52
- static final String SUPER_BADNESS =
53
- I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
54
55
private Sketch sketch;
56
0 commit comments