project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/ViewRunnableAdapter.java
changeset 1357 b0d425db83b6
parent 0 fb279309251b
--- a/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/ViewRunnableAdapter.java	Fri May 14 10:42:12 2010 -0500
+++ b/project/com.nokia.carbide.cpp.epoc.engine/src/com/nokia/carbide/cpp/epoc/engine/ViewRunnableAdapter.java	Fri May 14 10:52:41 2010 -0500
@@ -24,7 +24,6 @@
 import org.eclipse.core.runtime.IPath;
 import org.eclipse.core.runtime.IStatus;
 
-import java.io.FileNotFoundException;
 import java.text.MessageFormat;
 public abstract class ViewRunnableAdapter {
 
@@ -45,11 +44,13 @@
 			EpocEnginePlugin.log(status);
 			EpocEnginePlugin.log(exception.getStatus());
 		} else {
+			/*
 			status = Logging.newStatus(EpocEnginePlugin.getDefault(), IStatus.ERROR, 
 					MessageFormat.format("Could not find or load model: ''{0}''", //$NON-NLS-1$
 							new Object[] { modelPath.toOSString() }),
 					new FileNotFoundException());
 			EpocEnginePlugin.log(status);
+			*/
 		}
 		return null;
 	}