Skip to content

Commit b11c957

Browse files
author
Ralph Castain
committed
Remove debug and update copyright
1 parent a2326e3 commit b11c957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/scaling/scaling.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Copyright (c) 2012 Los Alamos National Security, Inc.
44
# All rights reserved.
5-
# Copyright (c) 2015 Intel, Inc. All rights reserved.
5+
# Copyright (c) 2015-2016 Intel, Inc. All rights reserved.
66

77
use strict;
88
use Getopt::Long;
@@ -32,7 +32,7 @@
3232

3333
# Set to true if the script should merely print the cmds
3434
# it would run, but don't run them
35-
my $SHOWME = 1;
35+
my $SHOWME = 0;
3636
# Set to true to suppress most informational messages.
3737
my $QUIET = 0;
3838
# Set to true if we just want to see the help message

0 commit comments

Comments
 (0)