Remove obsolete comment.

Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/686509f3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/686509f3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/686509f3

Branch: refs/heads/master
Commit: 686509f3521e6615f5c749f9303463677bbfcb3c
Parents: 59ef643
Author: Andrew Grieve <agri...@chromium.org>
Authored: Fri Oct 5 16:04:19 2012 -0400
Committer: Andrew Grieve <agri...@chromium.org>
Committed: Fri Oct 5 16:04:19 2012 -0400

----------------------------------------------------------------------
 CordovaLib/Classes/CDVCommandQueue.m |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/686509f3/CordovaLib/Classes/CDVCommandQueue.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVCommandQueue.m 
b/CordovaLib/Classes/CDVCommandQueue.m
index 73ee1aa..e4e6c45 100644
--- a/CordovaLib/Classes/CDVCommandQueue.m
+++ b/CordovaLib/Classes/CDVCommandQueue.m
@@ -122,7 +122,7 @@
     // Fetch an instance of this class
     CDVPlugin* obj = [_viewController getCommandInstance:command.className];
 
-    if (!([obj isKindOfClass:[CDVPlugin class]])) { // still allow deprecated 
class, until 1.0 release
+    if (!([obj isKindOfClass:[CDVPlugin class]])) {
         NSLog(@"ERROR: Plugin '%@' not found, or is not a CDVPlugin. Check 
your plugin mapping in Cordova.plist.", command.className);
         return NO;
     }

Reply via email to