AIRAVATA-2152 Remove debugging info
Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/0cf77f46 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/0cf77f46 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/0cf77f46 Branch: refs/heads/develop Commit: 0cf77f462832bdfd5d191c7db4e0f5d5dab3c4ce Parents: 10e9f42 Author: Marcus Christie <[email protected]> Authored: Fri Oct 21 14:04:44 2016 -0400 Committer: Marcus Christie <[email protected]> Committed: Fri Oct 28 15:05:16 2016 -0400 ---------------------------------------------------------------------- app/views/account/user-compute-resources.blade.php | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/0cf77f46/app/views/account/user-compute-resources.blade.php ---------------------------------------------------------------------- diff --git a/app/views/account/user-compute-resources.blade.php b/app/views/account/user-compute-resources.blade.php index bc81f37..d3cd844 100644 --- a/app/views/account/user-compute-resources.blade.php +++ b/app/views/account/user-compute-resources.blade.php @@ -113,10 +113,6 @@ button.add-user-cr { </form> </div> </div> - -<pre> - {{var_dump($userResourceProfile)}} -</pre> @stop @section('scripts')
