mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
TMI-CORE: Removed comments for incorrectly out-commented line..
This commit is contained in:
@@ -266,7 +266,7 @@ public final class ColorSpaces {
|
|||||||
|
|
||||||
if (profile == null) {
|
if (profile == null) {
|
||||||
// Try to get system default or user-defined profile
|
// Try to get system default or user-defined profile
|
||||||
// profile = readProfileFromPath(Profiles.getPath("GENERIC_CMYK"));
|
profile = readProfileFromPath(Profiles.getPath("GENERIC_CMYK"));
|
||||||
|
|
||||||
if (profile == null) {
|
if (profile == null) {
|
||||||
if (DEBUG) {
|
if (DEBUG) {
|
||||||
|
Reference in New Issue
Block a user