Skip to content

Commit

Permalink
Removed forgotten console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
trygve committed Mar 8, 2012
1 parent af3cbac commit 6d44881
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/www/remote_rotation/receiver.html
Expand Up @@ -34,7 +34,6 @@

if ( typeof obj.data !== 'object' ) {
var dataObj = JSON.parse( obj.data );
console.log( dataObj.demo.alpha );
if (dataObj.demo.type === "orientation") {
el.style = "-webkit-transform: rotate(" + dataObj.demo.alpha + "deg); -moz-transform: rotate(" + dataObj.demo.alpha + "deg); -ms-transform: rotate(" + dataObj.demo.alpha + "deg); -o-transform: rotate(" + dataObj.demo.alpha + "deg); transform: rotate(" + dataObj.demo.alpha + "deg);"
}
Expand Down

0 comments on commit 6d44881

Please sign in to comment.