Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Allen committed Jan 3, 2011
1 parent 4bf9a2b commit 16ed17e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/ui/scripts/ScribbleTasksApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ var ScribbleTasksApp = Application.extend({
}
if (this.browser.isPhoneGap) {
var s = DeviceInfo.version.split(".");
console.log(s);
elem.addClass(document.body, "iPhoneVersionMajor"+s[0]);
elem.addClass(document.body, "iPhoneVersionMinor"+s[1]);
}
Expand Down

0 comments on commit 16ed17e

Please sign in to comment.