Skip to content
Snippets Groups Projects
Commit 156c5da0 authored by Nate Lampton's avatar Nate Lampton
Browse files

#200186. Removing console.log() function from jquery.rating.js.

parent 9a641d7b
No related branches found
Tags 5.x-1.10
No related merge requests found
......@@ -26,7 +26,6 @@
* @param {Object} $obj
*/
var buildRating = function($obj){
console.log($obj);
var $widget = buildInterface($obj),
$stars = $('.star', $widget),
$cancel = $('.cancel', $widget),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment