Skip to content

Commit 53b02c7

Browse files
author
Andrew Mahon (Type/Code)
committed
removed a console.log
1 parent 0653648 commit 53b02c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tc.tooltip.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@
264264
if($.isFunction(calculate_position[o.positions[i]])){
265265
target_position = calculate_position[o.positions[i]](source_position, trigger_size, tooltip_size);
266266
}
267-
console.log(target_position);
268267
if(!get_edge_collisions(target_position, tooltip_size).length){
269268
return target_position;
270269
}

0 commit comments

Comments
 (0)