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