We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9060c7 commit e2a3caeCopy full SHA for e2a3cae
java/edu/cmu/cs/hcii/cogtool/CogTool.java
@@ -251,10 +251,6 @@ public static void main(String args[])
251
252
try {
253
if (OSUtils.MACOSX) {
254
- if (!OSUtils.isIntelMac()) {
255
- System.out.println("CogTool no longer runs on PowerPC");
256
- System.exit(16);
257
- }
258
// we need to create the RootController, but will never
259
// actually need to interact with it programmatically
260
rootCtl = new RootController();
0 commit comments