You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/04/20 01:15:49 UTC

ios commit: Removing verbose logging that is confusing devs.

Updated Branches:
  refs/heads/master 4130e3782 -> fad71d606


Removing verbose logging that is confusing devs.


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/fad71d60
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/fad71d60
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/fad71d60

Branch: refs/heads/master
Commit: fad71d606d2895756ebe78902826c92a2643db01
Parents: 4130e37
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Apr 19 16:15:42 2012 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Apr 19 16:15:42 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/fad71d60/CordovaLib/Classes/CDVViewController.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVViewController.m b/CordovaLib/Classes/CDVViewController.m
index c3de36a..6071442 100644
--- a/CordovaLib/Classes/CDVViewController.m
+++ b/CordovaLib/Classes/CDVViewController.m
@@ -386,7 +386,6 @@
         [result appendFormat:@"\nwindow.Settings = %@;", [temp JSONString]];
     }
     
-    DLog(@"Device initialization: %@", result);
     NSString* jsResult = [theWebView stringByEvaluatingJavaScriptFromString:result];
     // if jsResult is not nil nor empty, an error
     if (jsResult != nil && [jsResult length] > 0) {