Repository: cordova-js Updated Branches: refs/heads/master 8e9610fe3 -> ded62dda1
Fixed typo. Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/ded62dda Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/ded62dda Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/ded62dda Branch: refs/heads/master Commit: ded62dda172755defaf75378ed007dc05730ec22 Parents: 8e9610f Author: Shazron Abdullah <[email protected]> Authored: Thu Dec 3 12:36:23 2015 -0800 Committer: Shazron Abdullah <[email protected]> Committed: Thu Dec 3 12:36:23 2015 -0800 ---------------------------------------------------------------------- test/test.utils.js | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/ded62dda/test/test.utils.js ---------------------------------------------------------------------- diff --git a/test/test.utils.js b/test/test.utils.js index a816af8..00f4da9 100644 --- a/test/test.utils.js +++ b/test/test.utils.js @@ -19,9 +19,6 @@ * */ -console.log("this is the fucking spec!"); - - describe("utils", function () { var utils = require('cordova/utils'); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
