mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
remove warning, and initial startup noise
This commit is contained in:
@@ -89,11 +89,12 @@ public class ExperimentalMode extends JavaMode {
|
||||
Logger.getLogger(ExperimentalMode.class.getName()).log(Level.SEVERE, null, ex);
|
||||
}
|
||||
|
||||
// output version from manifest file
|
||||
Package p = ExperimentalMode.class.getPackage();
|
||||
String titleAndVersion = p.getImplementationTitle() + " (v" + p.getImplementationVersion() + ")";
|
||||
//System.out.println(titleAndVersion);
|
||||
Logger.getLogger(ExperimentalMode.class.getName()).log(Level.INFO, titleAndVersion);
|
||||
// disable initial chattiness for now
|
||||
// // output version from manifest file
|
||||
// Package p = ExperimentalMode.class.getPackage();
|
||||
// String titleAndVersion = p.getImplementationTitle() + " (v" + p.getImplementationVersion() + ")";
|
||||
// //System.out.println(titleAndVersion);
|
||||
// Logger.getLogger(ExperimentalMode.class.getName()).log(Level.INFO, titleAndVersion);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -41,8 +41,6 @@ import org.eclipse.jface.text.Document;
|
||||
import org.eclipse.text.edits.MalformedTreeException;
|
||||
import org.eclipse.text.edits.TextEdit;
|
||||
|
||||
import processing.app.Preferences;
|
||||
import processing.core.PApplet;
|
||||
import processing.mode.java.preproc.PdePreprocessor;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user