Skip to content

Commit

Permalink
Removing bad line from example. Closes aws#508
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Mar 18, 2015
1 parent 76a949f commit 5eb1aa7
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -228,7 +228,6 @@ public function testAddItem()
'ReturnConsumedCapacity' => 'TOTAL'
));

// The result will always contain ConsumedCapacityUnits
echo $result->getPath('ConsumedCapacity/CapacityUnits') . "\n";

// @end
Expand Down Expand Up @@ -257,9 +256,6 @@ public function testAddItemWithoutHelperMethod($time)
)
));

// The result will always contain ConsumedCapacityUnits
echo $result->getPath('ConsumedCapacity/CapacityUnits') . "\n";

// @end
return $time;
}
Expand Down

0 comments on commit 5eb1aa7

Please sign in to comment.