Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 3, 2016
1 parent 40615d1 commit 7b07f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/model/Circuit.js
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ define( function( require ) {
* @public
*/
getDropTarget: function( vertex, mode, blackBoxBounds ) {
console.log( blackBoxBounds.top );
var circuit = this;

if ( mode === 'build' ) {
Expand Down

0 comments on commit 7b07f52

Please sign in to comment.